Socket
Book a DemoInstallSign in
Socket

@hubspot/project-parsing-lib

Package Overview
Dependencies
Maintainers
32
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/project-parsing-lib - npm Package Compare versions

Comparing version

to
0.0.30-experimental.0

2

package.json
{
"name": "@hubspot/project-parsing-lib",
"version": "0.0.29-experimental.0",
"version": "0.0.30-experimental.0",
"description": "Parsing library for converting projects directory structures to their intermediate representation",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -117,3 +117,3 @@ "use strict";

function convertPathToPosixPath(filepath) {
return filepath.replaceAll(path_1.default.sep, path_1.default.posix.sep);
return filepath.replaceAll(path_1.default.win32.sep, path_1.default.posix.sep);
}