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.6 to 2.4.7

types/bigint-crypto-utils.d.ts

12

package.json
{
"name": "bigint-crypto-utils",
"version": "2.4.6",
"version": "2.4.7",
"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.",

@@ -23,3 +23,4 @@ "keywords": [

"main": "./dist/bigint-crypto-utils-latest.node.js",
"browser": "./dist/bigint-crypto-utils-latest.browser.mod.js",
"browser": "./dist/bigint-crypto-utils-latest.browser.mod.min.js",
"types": "./types/bigint-crypto-utils.d.ts",
"directories": {

@@ -29,3 +30,4 @@ "build": "./build",

"src": "./src",
"test": "./test"
"test": "./test",
"types": "/types"
},

@@ -37,2 +39,3 @@ "scripts": {

"build:docs": "jsdoc2md --template=./src/readme-template.hbs --files ./src/main.js > README.md",
"build:dts": "node build/build.dts.js",
"build": "run-s build:**",

@@ -52,4 +55,5 @@ "prepublishOnly": "npm run build"

"rollup-plugin-multi-entry": ">=2.1.0",
"rollup-plugin-node-resolve": ">=5.2.0"
"rollup-plugin-node-resolve": ">=5.2.0",
"typescript": "^3.8.3"
}
}

@@ -17,3 +17,3 @@ # bigint-crypto-utils

NPM installation defaults to the ES6 module for browsers and the CJS one for Node.js.
NPM installation defaults to the minified ES6 module for browsers and the CJS one for Node.js.

@@ -20,0 +20,0 @@ For web browsers, you can also directly download the [IIFE file](https://raw.githubusercontent.com/juanelas/bigint-crypto-utils/master/dist/bigint-crypto-utils-latest.browser.js) or the [ES6 module](https://raw.githubusercontent.com/juanelas/bigint-crypto-utils/master/dist/bigint-crypto-utils-latest.browser.mod.min.js) from GitHub.

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