@celo/utils
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@celo/utils", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Celo common utils", | ||
@@ -11,3 +11,3 @@ "author": "Celo", | ||
"pretest": "tsc", | ||
"postinstall": "yarn run build && yarn run prettify", | ||
"postinstall": "yarn run build || exit 1 && yarn run prettify || true", | ||
"prettify": "yarn run prettier --config ../../.prettierrc.js --write '{contracts,types,lib}/**/*.+(ts|tsx|js|jsx)'", | ||
@@ -23,2 +23,3 @@ "build": "tsc", | ||
"country-data": "^0.0.31", | ||
"crypto-js": "^3.1.9-1", | ||
"elliptic": "^6.4.1", | ||
@@ -40,2 +41,3 @@ "ethereumjs-util": "^5.2.0", | ||
"@types/lodash": "^4.14.136", | ||
"@types/node": "^10.12.18", | ||
"@types/web3": "^1.0.18", | ||
@@ -42,0 +44,0 @@ "jest": "^24.8.0", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
56581
12
12
+ Addedcrypto-js@^3.1.9-1
+ Addedcrypto-js@3.3.0(transitive)