@aztec/bn128
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "@aztec/bn128", | ||
"description": "Barreto-Naehrig pairing friendly curve providing 128 bits of security", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"author": "AZTEC", | ||
@@ -11,2 +11,3 @@ "browser": "./dist/bundle.web.js", | ||
"dependencies": { | ||
"@aztec/dev-utils": "^0.12.5", | ||
"bn.js": "^4.11.8", | ||
@@ -17,3 +18,2 @@ "elliptic": "^6.4.1", | ||
"devDependencies": { | ||
"@aztec/dev-utils": "^0.12.3", | ||
"@babel/core": "^7.4.0", | ||
@@ -26,5 +26,4 @@ "@babel/plugin-proposal-object-rest-spread": "^7.4.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"fixpack": "^2.3.1", | ||
"mocha": "^6.0.2", | ||
@@ -58,3 +57,3 @@ "shx": "^0.3.2" | ||
"build:prod": "webpack --config ./webpack.prod.js", | ||
"clean": "shx rm -rf ./lib", | ||
"clean": "shx rm -rf ./dist || true", | ||
"lint": "eslint --ignore-path ../../.eslintignore .", | ||
@@ -61,0 +60,0 @@ "test": "NODE_ENV=TEST mocha ./test --bail --colors --exit --recursive --reporter spec --timeout 0 --trace-warnings", |
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
2497
11
3
4
+ Added@aztec/dev-utils@^0.12.5
+ Added@aztec/dev-utils@0.12.5(transitive)