New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ravshansbox/browser-crypto

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ravshansbox/browser-crypto - npm Package Compare versions

Comparing version 1.0.1 to 1.2.0

19

package.json
{
"name": "@ravshansbox/browser-crypto",
"version": "1.0.1",
"version": "1.2.0",
"description": "Node.js crypto module subset for browser",

@@ -18,13 +18,12 @@ "repository": {

"scripts": {
"build": "webpack --mode none --output-filename browser-crypto.js",
"build:min": "webpack --mode production --output-filename browser-crypto.min.js",
"prepublish": "npm run build && npm run build:min",
"start": "webpack -dw"
"build": "browserify src/index.js > dist/browser-crypto.js",
"build:min": "browserify src/index.js | uglifyjs -c > dist/browser-crypto.min.js",
"prepare": "npm run build && npm run build:min"
},
"devDependencies": {
"browserify-aes": "^1.0.0",
"create-ecdh": "^4.0.0",
"safe-buffer": "^5.0.0",
"webpack": "^4.0.0",
"webpack-cli": "^3.0.0"
"browserify": "^17.0.0",
"browserify-aes": "^1.2.0",
"create-ecdh": "^4.0.4",
"safe-buffer": "^5.2.1",
"uglify-js": "^3.13.1"
},

@@ -31,0 +30,0 @@ "files": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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