Socket
Socket
Sign inDemoInstall

@celo/abis

Package Overview
Dependencies
Maintainers
8
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/abis - npm Package Compare versions

Comparing version 11.0.0-alpha.0 to 11.0.0-alpha.1

dist/cjs/FeeCurrencyDirectory.js

1

dist/cjs/index.js

@@ -22,2 +22,3 @@ "use strict";

__exportStar(require("./UniswapFeeHandlerSeller.js"), exports);
__exportStar(require("./FeeCurrencyDirectory.js"), exports);
__exportStar(require("./FeeCurrencyWhitelist.js"), exports);

@@ -24,0 +25,0 @@ __exportStar(require("./GoldToken.js"), exports);

@@ -6,2 +6,3 @@ export * from './Accounts.js';

export * from './UniswapFeeHandlerSeller.js';
export * from './FeeCurrencyDirectory.js';
export * from './FeeCurrencyWhitelist.js';

@@ -8,0 +9,0 @@ export * from './GoldToken.js';

@@ -6,2 +6,3 @@ export * from './Accounts.js';

export * from './UniswapFeeHandlerSeller.js';
export * from './FeeCurrencyDirectory.js';
export * from './FeeCurrencyWhitelist.js';

@@ -8,0 +9,0 @@ export * from './GoldToken.js';

@@ -63,2 +63,5 @@ {

},
"./FeeCurrencyDirectory.json": {
"default": "./dist/FeeCurrencyDirectory.json"
},
"./FeeCurrencyWhitelist.json": {

@@ -205,2 +208,7 @@ "default": "./dist/FeeCurrencyWhitelist.json"

},
"./FeeCurrencyDirectory": {
"import": "./dist/esm/FeeCurrencyDirectory.js",
"require": "./dist/cjs/FeeCurrencyDirectory.js",
"types": "./dist/types/FeeCurrencyDirectory.d.ts"
},
"./FeeCurrencyWhitelist": {

@@ -391,2 +399,7 @@ "import": "./dist/esm/FeeCurrencyWhitelist.js",

},
"./web3/FeeCurrencyDirectory": {
"import": "./dist/esm/web3/FeeCurrencyDirectory.js",
"require": "./dist/cjs/web3/FeeCurrencyDirectory.js",
"types": "./dist/types/web3/FeeCurrencyDirectory.d.ts"
},
"./web3/FeeCurrencyWhitelist": {

@@ -543,3 +556,3 @@ "import": "./dist/esm/web3/FeeCurrencyWhitelist.js",

},
"version": "11.0.0-alpha.0"
"version": "11.0.0-alpha.1"
}
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