Socket
Socket
Sign inDemoInstall

js-crypto-hash

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-crypto-hash - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

5

package.json
{
"name": "js-crypto-hash",
"version": "0.3.3",
"version": "0.3.4",
"description": "Universal Module for Hash Function in JavaScript",

@@ -39,8 +39,7 @@ "main": "dist/index.js",

"dependencies": {
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/runtime": "^7.1.5",
"hash.js": "^1.1.5",
"js-crypto-env": "^0.1.1",
"js-crypto-env": "^0.1.2",
"md5": "^2.2.1"
}
}

4

README.md

@@ -24,3 +24,3 @@ Universal Module for Hash Function in JavaScript

```shell
$ git clone https://github.com/junkurihara/js-crypto-utils.git
$ git clone https://github.com/junkurihara/jscu.git
$ cd js-crypto-utils/packages/js-crypto-hash

@@ -37,3 +37,3 @@ & yarn build

The bundled file is also given as `js-crypt-hash/dist/jschash.js` for a use case where the module is imported as a `window.jschash` object via `script` tags.
The bundled file is also given as `js-crypto-hash/dist/jschash.bundle.js` for a use case where the module is imported as a `window.jschash` object via `script` tags.

@@ -40,0 +40,0 @@ # Usage

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