@truffle/blockchain-utils
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "@truffle/blockchain-utils", | ||
"version": "0.0.12", | ||
"description": "Utilities for identifying and managing blockchains", | ||
"license": "MIT", | ||
"author": "Tim Coulter <tim@trufflesuite.com>", | ||
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/blockchain-utils#readme", | ||
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/blockchain-utils", | ||
"bugs": { | ||
"url": "https://github.com/trufflesuite/truffle/issues" | ||
}, | ||
"version": "0.0.13", | ||
"main": "dist/index.js", | ||
"types": "./typings/index.d.ts", | ||
"scripts": { | ||
@@ -12,25 +18,19 @@ "build": "tsc", | ||
}, | ||
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/blockchain-utils", | ||
"types": "./typings/index.d.ts", | ||
"devDependencies": { | ||
"@types/assert": "^1.4.2", | ||
"@types/web3": "^1.0.19", | ||
"mocha": "5.2.0", | ||
"ts-node": "^8.3.0", | ||
"typescript": "^3.6.3" | ||
}, | ||
"keywords": [ | ||
"blockchain", | ||
"ethereum", | ||
"truffle", | ||
"blockchain" | ||
"truffle" | ||
], | ||
"author": "Tim Coulter <tim@trufflesuite.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/trufflesuite/truffle/issues" | ||
}, | ||
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/blockchain-utils#readme", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@types/assert": "^1.4.2", | ||
"@types/web3": "^1.0.19", | ||
"mocha": "5.2.0", | ||
"ts-node": "^8.3.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
"gitHead": "8e9210bc449edbd74867cf5b432122eb63100607" | ||
"gitHead": "f901662c5a78f4f7ffbe8d0c0e01d87673853307" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0