Socket
Socket
Sign inDemoInstall

cross-sha256

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-sha256 - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.2](https://github.com/zone117x/cross-sha256/compare/v1.1.1...v1.1.2) (2020-08-19)
### Bug Fixes
* exclude 'crypto' from package.json browser ([2d327f6](https://github.com/zone117x/cross-sha256/commit/2d327f6557d73fa97a3d39b06c464cb152aa633a))
## [1.1.1](https://github.com/zone117x/cross-sha256/compare/v1.1.0...v1.1.1) (2020-08-19)

@@ -2,0 +9,0 @@

5

package.json

@@ -5,3 +5,3 @@ {

"description": "SHA-256 hash in pure javascript",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/zone117x/cross-sha256",

@@ -12,2 +12,5 @@ "repository": {

},
"browser": {
"crypto": false
},
"dependencies": {

@@ -14,0 +17,0 @@ "@types/node": "^8.0.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