@ridi/parser-core
Advanced tools
Comparing version 0.6.15-alpha.1 to 0.6.15
@@ -22,3 +22,3 @@ "use strict"; | ||
function safePath(target) { | ||
return target.replace(/\\/g, '/'); | ||
return target.replace(/\\/g, '/').replace(/:\/(?!\/)/, '://'); | ||
} | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@ridi/parser-core", | ||
"version": "0.6.15-alpha.1", | ||
"version": "0.6.15", | ||
"description": "Utilities for parsers", | ||
@@ -21,11 +21,12 @@ "author": { | ||
"dependencies": { | ||
"crypto-js": "^3.1.9-1", | ||
"crypto-js": "^4.0.0", | ||
"event-stream": "3.3.4", | ||
"fs-extra": "^8.0.0", | ||
"fs-extra": "^9.0.1", | ||
"sha1": "^1.1.1", | ||
"stream-chopper": "^3.0.1", | ||
"string-format": "^2.0.0", | ||
"string-natural-compare": "^2.0.3", | ||
"unzipper": "^0.10.1" | ||
} | ||
"string-natural-compare": "^3.0.1", | ||
"unzipper": "^0.10.11" | ||
}, | ||
"gitHead": "7cdc43478a1463c384e40cc6b27c21c0a531edd6" | ||
} |
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
96574
+ Addedat-least-node@1.0.0(transitive)
+ Addedcrypto-js@4.2.0(transitive)
+ Addedfs-extra@9.1.0(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedstring-natural-compare@3.0.1(transitive)
+ Addeduniversalify@2.0.1(transitive)
- Removedcrypto-js@3.3.0(transitive)
- Removedfs-extra@8.1.0(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removedstring-natural-compare@2.0.3(transitive)
- Removeduniversalify@0.1.2(transitive)
Updatedcrypto-js@^4.0.0
Updatedfs-extra@^9.0.1
Updatedunzipper@^0.10.11