Socket
Socket
Sign inDemoInstall

asset-hash

Package Overview
Dependencies
102
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.6 to 2.2.7

2

lib/index.cjs.js

@@ -1,2 +0,2 @@

/*! asset-hash v2.2.6 by Sebastian Werner <s.werner@sebastian-software.de> */
/*! asset-hash v2.2.7 by Sebastian Werner <s.werner@sebastian-software.de> */
'use strict';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

/*! asset-hash v2.2.6 by Sebastian Werner <s.werner@sebastian-software.de> */
/*! asset-hash v2.2.7 by Sebastian Werner <s.werner@sebastian-software.de> */
import 'core-js/modules/es6.promise';

@@ -9,3 +9,3 @@ import 'core-js/modules/es6.regexp.to-string';

import BigInt from 'big.js';
import { MetroHash128, MetroHash64 } from 'metrohash';
import { MetroHash64, MetroHash128 } from 'metrohash';
import XXHash32, { XXHash64 } from 'xxhash';

@@ -12,0 +12,0 @@

{
"name": "asset-hash",
"version": "2.2.6",
"version": "2.2.7",
"description": "Very fast asset hashing function for using e.g. during front-end deployments.",

@@ -43,7 +43,7 @@ "main": "lib/index.cjs.js",

"babel-jest": "^23.6.0",
"babel-preset-edge": "^4.14.0",
"babel-preset-edge": "^4.14.2",
"eslint": "^5.10.0",
"eslint-config-readable": "^2.3.0",
"jest": "^23.6.0",
"preppy": "^7.1.0",
"preppy": "^7.3.0",
"prettier": "^1.15.3"

@@ -50,0 +50,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc