Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aztec/bn128

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aztec/bn128 - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

CHANGELOG.md

9

package.json
{
"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",

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