import-jsx
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -23,3 +23,3 @@ 'use strict'; | ||
const filename = (source, options, version) => { | ||
const hash = crypto.createHash('md4'); | ||
const hash = crypto.createHash('md5'); | ||
const contents = JSON.stringify({source, options, version}); | ||
@@ -26,0 +26,0 @@ hash.update(contents); |
{ | ||
"name": "import-jsx", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Require and transpile JSX on the fly", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
"@babel/plugin-transform-react-jsx": "^7.3.0", | ||
"caller-path": "^2.0.0", | ||
"caller-path": "^3.0.1", | ||
"find-cache-dir": "^3.2.0", | ||
@@ -38,0 +38,0 @@ "make-dir": "^3.0.2", |
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
+ Addedcaller-callsite@4.1.0(transitive)
+ Addedcaller-path@3.0.1(transitive)
+ Addedcallsites@3.1.0(transitive)
- Removedcaller-callsite@2.0.0(transitive)
- Removedcaller-path@2.0.0(transitive)
- Removedcallsites@2.0.0(transitive)
Updatedcaller-path@^3.0.1