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

@machinomy/contracts

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@machinomy/contracts - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

dist/build/contracts/ECRecovery.json

21

package.json
{
"name": "@machinomy/contracts",
"version": "4.0.3",
"version": "4.0.4",
"description": "Machinomy contracts managed by Truffle",

@@ -14,10 +14,6 @@ "license": "Apache-2.0",

},
"main": "src/index.js",
"types": "src/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"build/",
"contracts/",
"migrations/",
"test/",
"src/"
"dist/"
],

@@ -36,11 +32,4 @@ "directories": {

},
"size-limit": [
{
"path": "src/index.js",
"limit": "200 KB"
}
],
"scripts": {
"prepublish": "yarn lint && yarn build --outDir dist/ && cp -r build/contracts dist/build",
"travis": "yarn test && yarn size",
"lint": "yarn lint:solidity && yarn lint:typescript",

@@ -58,3 +47,2 @@ "lint:solidity": "solium -d contracts/",

"doc:natspec": "node support/natspec",
"size": "size-limit",
"coverage": "./node_modules/.bin/solidity-coverage"

@@ -89,3 +77,2 @@ },

"run-with-testrpc": "^0.2.1",
"size-limit": "^0.14.0",
"solidity-coverage": "^0.4.9",

@@ -92,0 +79,0 @@ "solium": "^1.0.11",

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