New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@saulx/utils

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saulx/utils - npm Package Compare versions

Comparing version 1.6.5 to 1.6.6

5

dist/hash/hash.js

@@ -6,9 +6,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const saulx_murmur_1 = require("saulx-murmur");
const hashObject_1 = __importDefault(require("./hashObject"));
const stringHash_1 = __importDefault(require("./stringHash"));
// no murmur (and no buffers) for browser
const hash = (val, size) => {
if (val instanceof Buffer) {
return saulx_murmur_1.murmurHash(val);
}
let result;

@@ -15,0 +12,0 @@ if (typeof val === 'object') {

2

package.json
{
"name": "@saulx/utils",
"main": "./dist/index.js",
"version": "1.6.5",
"version": "1.6.6",
"scripts": {

@@ -6,0 +6,0 @@ "build": "tsc",

Sorry, the diff of this file is not supported yet

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