Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jshashes

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jshashes - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

bower.json
{
"name": "jshashes",
"version": "1.0.7",
"version": "1.0.8",
"description": "A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64)",

@@ -5,0 +5,0 @@ "keywords": ["hash", "md5", "sha1", "sha256", "hashes", "sha512", "RIPEMD", "base64", "hmac", "crc", "encoding", "algorithm"],

{
"name": "jshashes",
"main": "hashes.js",
"version": "1.0.5",
"version": "1.0.8",
"scripts": [

@@ -6,0 +6,0 @@ "hashes.js",

{
"name": "jshashes",
"description": "A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64)",
"version": "1.0.7",
"version": "1.0.8",
"repository": "h2non/jshashes",

@@ -17,3 +17,3 @@ "author": "Tomas Aparicio <tomas@aparicio.me>",

},
"main": "hashes",
"main": "./hashes.js",
"bin": {

@@ -36,3 +36,3 @@ "hashes": "./bin/hashes"

"mocha": "~1.9.0",
"uglify-js": "~2.4.13"
"uglify-js": "~3.7.6"
},

@@ -39,0 +39,0 @@ "keywords": [

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