asset-hash
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -1,2 +0,2 @@ | ||
/*! asset-hash v2.2.1 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
/*! asset-hash v2.2.2 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! asset-hash v2.2.1 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
/*! asset-hash v2.2.2 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
import 'core-js/modules/es6.promise'; | ||
@@ -3,0 +3,0 @@ import 'core-js/modules/es6.regexp.to-string'; |
{ | ||
"name": "asset-hash", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Very fast asset hashing function for using e.g. during front-end deployments.", | ||
@@ -43,17 +43,17 @@ "main": "lib/index.cjs.js", | ||
"babel-jest": "^23.4.2", | ||
"babel-preset-edge": "^4.9.5", | ||
"eslint": "^5.2.0", | ||
"babel-preset-edge": "^4.10.1", | ||
"eslint": "^5.3.0", | ||
"eslint-config-readable": "^2.1.3", | ||
"flow-bin": "^0.77.0", | ||
"flow-bin": "^0.78.0", | ||
"jest": "^23.4.2", | ||
"preppy": "^4.3.1", | ||
"prettier": "^1.14.0" | ||
"prettier": "^1.14.2" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0-beta.55", | ||
"@babel/runtime": "^7.0.0-rc.1", | ||
"big.js": "^5.1.2", | ||
"core-js": "^2.5.7", | ||
"metrohash": "^2.4.2", | ||
"metrohash": "^2.5.0", | ||
"xxhash": "^0.2.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33378
Updated@babel/runtime@^7.0.0-rc.1
Updatedmetrohash@^2.5.0