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

bigint-crypto-utils

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigint-crypto-utils - npm Package Compare versions

Comparing version 2.4.5 to 2.4.6

17

package.json
{
"name": "bigint-crypto-utils",
"version": "2.4.5",
"version": "2.4.6",
"description": "Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.",

@@ -31,8 +31,8 @@ "keywords": [

"scripts": {
"test": "node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000",
"build": "node build/build.rollup.js",
"test": "mocha --timeout 600000",
"build:js": "node build/build.rollup.js",
"build:browserTests": "node build/build.browser.tests.js",
"build:docs": "jsdoc2md --template=README.hbs --files ./src/main.js > README.md",
"build:all": "npm run build && npm run build:browserTests && npm run build:docs",
"prepublishOnly": "npm run build && npm run build:docs"
"build:docs": "jsdoc2md --template=./src/readme-template.hbs --files ./src/main.js > README.md",
"build": "run-s build:**",
"prepublishOnly": "npm run build"
},

@@ -44,4 +44,5 @@ "devDependencies": {

"jsdoc-to-markdown": "^5.0.3",
"mocha": "^6.2.1",
"rollup": "^1.31.1",
"mocha": "^7.1.0",
"npm-run-all": "^4.1.5",
"rollup": "^1.32.0",
"rollup-plugin-babel-minify": "^9.1.0",

@@ -48,0 +49,0 @@ "rollup-plugin-commonjs": "^10.1.0",

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