asset-hash
Advanced tools
Comparing version 2.2.8 to 2.2.9
@@ -1,2 +0,2 @@ | ||
/*! asset-hash v2.2.8 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
/*! asset-hash v2.2.9 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! asset-hash v2.2.8 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
/*! asset-hash v2.2.9 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.8", | ||
"version": "2.2.9", | ||
"description": "Very fast asset hashing function for using e.g. during front-end deployments.", | ||
@@ -43,13 +43,13 @@ "main": "lib/index.cjs.js", | ||
"babel-jest": "^23.6.0", | ||
"babel-preset-edge": "^4.14.3", | ||
"eslint": "^5.12.0", | ||
"babel-preset-edge": "^4.14.4", | ||
"eslint": "^5.12.1", | ||
"eslint-config-readable": "^2.3.0", | ||
"jest": "^23.6.0", | ||
"preppy": "^7.3.0", | ||
"prettier": "^1.15.3" | ||
"preppy": "^7.4.2", | ||
"prettier": "^1.16.1" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.2.0", | ||
"@babel/runtime": "^7.3.1", | ||
"big.js": "^5.2.2", | ||
"core-js": "^2.6.2", | ||
"core-js": "^2.6.3", | ||
"metrohash": "^2.5.1", | ||
@@ -56,0 +56,0 @@ "xxhash": "^0.2.4" |
@@ -128,2 +128,2 @@ # _Asset Hash_ <br/>[![Sponsored by][sponsor-img]][sponsor] [![Version][npm-version-img]][npm] [![Downloads][npm-downloads-img]][npm] [![Build Status Unix][travis-img]][travis] [![Build Status Windows][appveyor-img]][appveyor] [![Dependencies][deps-img]][deps] | ||
Copyright 2017-2018<br/>[Sebastian Software GmbH](http://www.sebastian-software.de) | ||
Copyright 2017-2019<br/>[Sebastian Software GmbH](http://www.sebastian-software.de) |
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
Updated@babel/runtime@^7.3.1
Updatedcore-js@^2.6.3