Socket
Socket
Sign inDemoInstall

@ethersproject/contracts

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/contracts - npm Package Compare versions

Comparing version 5.6.0 to 5.6.1

2

lib.esm/_version.d.ts

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

export declare const version = "contracts/5.6.0";
export declare const version = "contracts/5.6.1";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "contracts/5.6.0";
export const version = "contracts/5.6.1";
//# sourceMappingURL=_version.js.map

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

constructor(addressOrName, contractInterface, signerOrProvider) {
logger.checkNew(new.target, Contract);
// @TODO: Maybe still check the addressOrName looks like a valid address or name?

@@ -482,0 +481,0 @@ //address = getAddress(address);

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

export declare const version = "contracts/5.6.0";
export declare const version = "contracts/5.6.1";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = "contracts/5.6.0";
exports.version = "contracts/5.6.1";
//# sourceMappingURL=_version.js.map

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

var _this = this;
logger.checkNew(_newTarget, Contract);
// @TODO: Maybe still check the addressOrName looks like a valid address or name?

@@ -617,0 +616,0 @@ //address = getAddress(address);

@@ -27,3 +27,3 @@ {

],
"gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
"gitHead": "01aea705ce60b1c42d2f465b162cb339a0e94392",
"keywords": [

@@ -49,5 +49,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0xfbde9dab5bfd78e77e6cceb4bd7a6276bd180b0cbaf1a07cd4db4a5233ccc028",
"tarballHash": "0x9b97e7b7c8b97ef1590087f674c0e7511047257eb0d05a57a041616299538a20",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}

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

export const version = "contracts/5.6.0";
export const version = "contracts/5.6.1";

@@ -660,4 +660,2 @@ "use strict";

constructor(addressOrName: string, contractInterface: ContractInterface, signerOrProvider?: Signer | Provider) {
logger.checkNew(new.target, Contract);
// @TODO: Maybe still check the addressOrName looks like a valid address or name?

@@ -664,0 +662,0 @@ //address = getAddress(address);

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