Socket
Socket
Sign inDemoInstall

crypto-js

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-js - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

5

bower.json
{
"name": "crypto-js",
"version": "4.1.0",
"version": "4.1.1",
"description": "JavaScript library of crypto standards.",

@@ -35,3 +35,6 @@ "license": "MIT",

"dependencies": {},
"browser": {
"crypto": false
},
"ignore": []
}

7

package.json
{
"name": "crypto-js",
"version": "4.1.0",
"version": "4.1.1",
"description": "JavaScript library of crypto standards.",

@@ -38,3 +38,6 @@ "license": "MIT",

"main": "index.js",
"dependencies": {}
"dependencies": {},
"browser": {
"crypto": false
}
}

@@ -215,2 +215,8 @@ # crypto-js [![Build Status](https://travis-ci.org/brix/crypto-js.svg?branch=develop)](https://travis-ci.org/brix/crypto-js)

### 4.1.1
Fix module order in bundled release.
Include the browser field in the released package.json.
### 4.1.0

@@ -217,0 +223,0 @@

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