Skip to content

Conversation

@dobbobalina2
Copy link

Description

Problem*

Resolves

Summary*

Fixed package.json to include scripts and all dev dependencies.

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@socket-security
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] Transitive: environment, filesystem, network, shell +29 214 MB antfu, patak, soda, ...2 more

View full report↗︎

@saleel saleel requested a review from signorecello January 22, 2025 19:34
@@ -1 +1 @@
{"noir_version":"0.31.0+540bef3597bd3e5775c83ec2ee3c0d4463084b4c","hash":4220416898248580058,"abi":{"parameters":[{"name":"x","type":{"kind":"field"},"visibility":"private"},{"name":"y","type":{"kind":"field"},"visibility":"public"}],"return_type":null,"error_types":{}},"bytecode":"H4sIAAAAAAAA/7VUSQ7DIAyEhKa99ic2SzC3fqWo5P8vqBopUCHCLWYkZIQlMx4vUhxQ+7mJM+ZsX9kaWK1NXic0+AYdIjmwLq6EhI7cR5MxiSz5EIOHgNYk3FwwGxyoY8E1oGTkNfHxgqKj7OgpGz3hGpCTt2zqfuLPRXqUEPOAuIq5+UfkrfhrBGJg0yrB27Sq4Vnfe0P4f7xnu3R8BY/9TPn+ZRa4bNd685a/VOVfKi6SnwvW+fYm/9nR5wcPIDK6OgYAAA==","debug_symbols":"lZBBCoMwFETvMussaqsUcpVS5KtRAuFHTBQkeHd/FA+Q5Zt5m5mEwXTr1FoefYD+JTjfU7SehRJeVxRm4kwh0hKh60bB8ADdVIfCaJ2R7Hv8Faoy/V2mf8r0ukQX2Gix1DmTh+du5f75QTDu892IewI=","file_map":{"47":{"source":"fn main(x: Field, y: pub Field) {\n assert(x != y);\n}\n\n#[test]\nfn test_main() {\n main(1, 2);\n\n // Uncomment to make test fail\n // main(1, 1);\n}\n","path":"/home/josh/Documents/tiny-noirjs-app/circuit/src/main.nr"}},"names":["main"]} No newline at end of file
{"noir_version":"0.36.0+801c71880ecf8386a26737a5d8bb5b4cb164b2ab","hash":6731359779922962627,"abi":{"parameters":[{"name":"age","type":{"kind":"integer","sign":"unsigned","width":8},"visibility":"private"}],"return_type":null,"error_types":{}},"bytecode":"H4sIAAAAAAAA/7VT2w6DIAwVdNmm2dN+pOWi5W2/MrP6/58wySAhDH0RT0IKtDk5nFLR/CDXdQl7sa42RI9bkpPNP2LdK0Q4BqzHxVyQW4cbAWTBA5kbKIOBKdoTDdMwGsOTYtT4BuVmsmDsPBISWrIfRVozGZrc7CZwaDTjYp3mxQNQVOBagjB5UiPzD3dUp6jYC8/VZTp3kU6Zxz3EPsm39QSqyD+cww/Xwhv7ZD9kuThFXbPtTX6WWdyrFTu8j0Iucj4Ld196Aue3LgUAAA==","debug_symbols":"lY9BCsIwFETvMusstBXUXEWkJG1SPnx+SpIKEnp3o3bRbZZv5jEwBZOz6zyQ+JCgHwUcRpMpSKWC8y9Ki5EvpWxihu7uCk4m6P62KXhiB309bU+Frk3v2/RLi17BRmKmeTg+qvHLRDKW3Y5+lfHQ5vfyb+rEBw==","file_map":{"70":{"source":"\nfn main(age: u8) {\n assert(age >= 18);\n}\n","path":"/Users/Americansprit/blockchain/tiny-noirjs-app/circuit/src/main.nr"}},"names":["main"],"brillig_names":["directive_integer_quotient"]} No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this should be generated using noir version 1.0 beta as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants