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

@ethereum-waffle/mock-contract

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethereum-waffle/mock-contract - npm Package Compare versions

Comparing version 4.0.2-dev.cc2dc55 to 4.0.2-dev.cf5427e

dist/cjs/src/Doppelganger.json

16

package.json
{
"name": "@ethereum-waffle/mock-contract",
"description": "Mock smart contracts in a smart way.",
"version": "4.0.2-dev.cc2dc55",
"version": "4.0.2-dev.cf5427e",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",

@@ -32,5 +32,5 @@ "repository": "git@github.com:EthWorks/Waffle.git",

},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.ts",
"types": "dist/esm/index.d.ts",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.ts",
"types": "dist/esm/src/index.d.ts",
"engines": {

@@ -44,6 +44,6 @@ "node": ">=10.0"

"devDependencies": {
"@ethereum-waffle/chai": "4.0.8-dev.cc2dc55",
"@ethereum-waffle/compiler": "4.0.2-dev.cc2dc55",
"@ethereum-waffle/chai": "4.0.8-dev.cf5427e",
"@ethereum-waffle/compiler": "4.0.2-dev.cf5427e",
"solc": "0.8.15",
"@ethereum-waffle/provider": "4.0.4-dev.cc2dc55",
"@ethereum-waffle/provider": "4.0.4-dev.cf5427e",
"typechain": "^8.0.0",

@@ -63,3 +63,3 @@ "mocha": "^8.2.1",

"build:esm": "tsc -p tsconfig.build.json --outDir dist/esm --module ES6",
"build:cjs": "tsc -p tsconfig.build.json --outDir dist/cjs --declaration false",
"build:cjs": "tsc -p tsconfig.build.json --outDir dist/cjs",
"test:build": "ts-node ./test/helpers/buildTestContracts.ts",

@@ -66,0 +66,0 @@ "clean": "rimraf ./dist ./test/example/build"

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