New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@enzymefinance/codegen

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enzymefinance/codegen - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+6
-0
CHANGELOG.md
# @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 +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"
}
}