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

hash.js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hash.js - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

lib/hash/utils.js

@@ -30,3 +30,3 @@ 'use strict';

// https://github.com/google/closure-library/blob/master/LICENSE
let p = 0;
var p = 0;
for (var i = 0; i < msg.length; i++) {

@@ -33,0 +33,0 @@ var c = msg.charCodeAt(i);

{
"name": "hash.js",
"version": "1.1.6",
"version": "1.1.7",
"description": "Various hash functions that could be run by both browser and node",

@@ -5,0 +5,0 @@ "main": "lib/hash.js",

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