Socket
Socket
Sign inDemoInstall

ethereum-cryptography

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-cryptography - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

56

package.json
{
"name": "ethereum-cryptography",
"version": "1.1.1",
"version": "1.1.2",
"description": "All the cryptographic primitives used in Ethereum",

@@ -28,3 +28,3 @@ "contributors": [

"@noble/hashes": "1.1.2",
"@noble/secp256k1": "1.6.2",
"@noble/secp256k1": "1.6.3",
"@scure/bip32": "1.1.0",

@@ -44,4 +44,4 @@ "@scure/bip39": "1.1.0"

"clean": "rimraf test-builds bip39 '*.js' '*.js.map' '*.d.ts' '*.d.ts.map' 'src/**/*.js'",
"lint": "tslint --project tsconfig.json",
"lint:fix": "tslint --fix --project tsconfig.json",
"lint": "eslint",
"lint:fix": "eslint --fix",
"browser-tests": "npm-run-all browser-tests:build browser-tests:test",

@@ -56,26 +56,26 @@ "browser-tests:build": "bash -x ./scripts/build-browser-tests.sh",

"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@types/mocha": "^5.2.7",
"@types/node": "^16.9.2",
"browserify": "^16.5.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.0.0-rc.0",
"prettier": "1.18.2",
"rimraf": "^3.0.0",
"rollup": "^2.53.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "4.5.4",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
"@rollup/plugin-commonjs": "22.0.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/estree": "0.0.47",
"@types/mocha": "9.1.1",
"@types/node": "18.0.4",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"browserify": "17.0.0",
"eslint": "8.19.0",
"eslint-plugin-prettier": "4.2.1",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"mocha": "10.0.0",
"npm-run-all": "4.1.5",
"parcel": "2.6.2",
"prettier": "2.7.1",
"rimraf": "~3.0.2",
"rollup": "2.76.0",
"ts-node": "10.9.1",
"typescript": "4.7.3",
"webpack": "5.73.0",
"webpack-cli": "4.10"
},

@@ -82,0 +82,0 @@ "keywords": [

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

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