Socket
Socket
Sign inDemoInstall

@wagmi/cli

Package Overview
Dependencies
Maintainers
0
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wagmi/cli - npm Package Compare versions

Comparing version 2.1.11 to 2.1.13

1

dist/esm/cli.js

@@ -40,2 +40,3 @@ #!/usr/bin/env node

await cli.runMatchedCommand();
process.exit(0);
}

@@ -42,0 +43,0 @@ catch (error) {

@@ -10,4 +10,9 @@ import dedent from 'dedent';

const defaultExcludes = [
'Base.sol/**',
'Common.sol/**',
'Components.sol/**',
'IERC165.sol/**',
'IERC20.sol/**',
'IERC721.sol/**',
'IMulticall2.sol/**',
'MockERC20.sol/**',

@@ -17,13 +22,18 @@ 'MockERC721.sol/**',

'StdAssertions.sol/**',
'StdChains.sol/**',
'StdCheats.sol/**',
'StdError.sol/**',
'StdInvariant.sol/**',
'StdError.sol/**',
'StdCheats.sol/**',
'StdJson.sol/**',
'StdMath.sol/**',
'StdJson.sol/**',
'StdStorage.sol/**',
'StdStyle.sol/**',
'StdToml.sol/**',
'StdUtils.sol/**',
'Test.sol/**',
'Vm.sol/**',
'build-info/**',
'console.sol/**',
'console2.sol/**',
'safeconsole.sol/**',
'**.s.sol/*.json',

@@ -30,0 +40,0 @@ '**.t.sol/*.json',

2

dist/esm/version.js

@@ -1,2 +0,2 @@

export const version = '2.1.11';
export const version = '2.1.13';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const version = "2.1.11";
export declare const version = "2.1.13";
//# sourceMappingURL=version.d.ts.map
{
"name": "@wagmi/cli",
"description": "Manage and generate code from Ethereum ABIs",
"version": "2.1.11",
"version": "2.1.13",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

@@ -43,2 +43,3 @@ #!/usr/bin/env node

await cli.runMatchedCommand()
process.exit(0)
} catch (error) {

@@ -45,0 +46,0 @@ logger.error(`\n${(error as Error).message}`)

@@ -15,4 +15,9 @@ import dedent from 'dedent'

const defaultExcludes = [
'Base.sol/**',
'Common.sol/**',
'Components.sol/**',
'IERC165.sol/**',
'IERC20.sol/**',
'IERC721.sol/**',
'IMulticall2.sol/**',
'MockERC20.sol/**',

@@ -22,13 +27,18 @@ 'MockERC721.sol/**',

'StdAssertions.sol/**',
'StdChains.sol/**',
'StdCheats.sol/**',
'StdError.sol/**',
'StdInvariant.sol/**',
'StdError.sol/**',
'StdCheats.sol/**',
'StdJson.sol/**',
'StdMath.sol/**',
'StdJson.sol/**',
'StdStorage.sol/**',
'StdStyle.sol/**',
'StdToml.sol/**',
'StdUtils.sol/**',
'Test.sol/**',
'Vm.sol/**',
'build-info/**',
'console.sol/**',
'console2.sol/**',
'safeconsole.sol/**',
'**.s.sol/*.json',

@@ -35,0 +45,0 @@ '**.t.sol/*.json',

@@ -1,1 +0,1 @@

export const version = '2.1.11'
export const version = '2.1.13'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc