Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ridi/parser-core

Package Overview
Dependencies
Maintainers
8
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ridi/parser-core - npm Package Compare versions

Comparing version 0.6.15-alpha.1 to 0.6.15

2

lib/pathUtil.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc