New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@near-eth/aurora-erc20

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-eth/aurora-erc20 - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

dist/enear/index.d.ts

2

dist/index.d.ts
export * as bridgedErc20 from './bridged-erc20';
export * as naturalErc20 from './natural-erc20';
export * as eNEAR from './enear';
export * as wNEAR from './wnear';
//# sourceMappingURL=index.d.ts.map

4

dist/index.js

@@ -26,5 +26,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.naturalErc20 = exports.bridgedErc20 = void 0;
exports.wNEAR = exports.eNEAR = exports.naturalErc20 = exports.bridgedErc20 = void 0;
exports.bridgedErc20 = __importStar(require("./bridged-erc20"));
exports.naturalErc20 = __importStar(require("./natural-erc20"));
exports.eNEAR = __importStar(require("./enear"));
exports.wNEAR = __importStar(require("./wnear"));
//# sourceMappingURL=index.js.map
{
"name": "@near-eth/aurora-erc20",
"version": "2.6.0",
"version": "2.7.0",
"license": "(MIT AND Apache-2.0)",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"dependencies": {
"@near-eth/client": "1.10.0",
"@near-eth/client": "1.11.0",
"@near-eth/utils": "2.5.0",

@@ -21,0 +21,0 @@ "bn.js": "^5.1.3",

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