@enzymefinance/codegen
Advanced tools
+6
-0
| # @enzymefinance/codegen | ||
| ## 1.0.1 | ||
| ### Patch Changes | ||
| - [`b0c3251`](https://github.com/avantgardefinance/ethereum-devtools/commit/b0c3251c812749cc8f8b81dfa26835ad4fa79a89) Thanks [@fubhy](https://github.com/fubhy)! - Updating dependencies | ||
| ## 1.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -0,0 +0,0 @@ import type { ConstructorFragment } from '@ethersproject/abi'; |
| export * from './generate'; | ||
| export * from './utils'; |
| export declare function prettierConfig(cwd?: string): any; | ||
| export declare function formatOutput(value: string): any; |
+5
-5
| { | ||
| "name": "@enzymefinance/codegen", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Technology Regulated and Operated Investment Funds", | ||
@@ -27,13 +27,13 @@ "author": "Enzyme Council DAO <council@enzyme.finance>", | ||
| "dependencies": { | ||
| "@babel/runtime": "^7.15.3" | ||
| "@babel/runtime": "^7.16.3" | ||
| }, | ||
| "devDependencies": { | ||
| "ethers": "^5.4.6" | ||
| "ethers": "^5.5.1" | ||
| }, | ||
| "optionalDependencies": { | ||
| "prettier": "^2.3.2" | ||
| "prettier": "^2.4.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "ethers": "^5.4.1" | ||
| "ethers": "^5.5.1" | ||
| } | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
23029
0.88%Updated