New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teambit/toolbox.path.to-windows-compatible-path

Package Overview
Dependencies
Maintainers
15
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/toolbox.path.to-windows-compatible-path - npm Package Compare versions

Comparing version 0.0.499 to 0.0.500

22

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "toWindowsCompatiblePath", {
enumerable: true,
get: function () {
return _toWindowsCompatiblePath().toWindowsCompatiblePath;
}
});
function _toWindowsCompatiblePath() {
const data = require("./to-windows-compatible-path");
_toWindowsCompatiblePath = function () {
return data;
};
return data;
}
Object.defineProperty(exports, "__esModule", { value: true });
exports.toWindowsCompatiblePath = void 0;
var to_windows_compatible_path_1 = require("./to-windows-compatible-path");
Object.defineProperty(exports, "toWindowsCompatiblePath", { enumerable: true, get: function () { return to_windows_compatible_path_1.toWindowsCompatiblePath; } });
//# sourceMappingURL=index.js.map

8

dist/to-windows-compatible-path.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "__esModule", { value: true });
exports.toWindowsCompatiblePath = toWindowsCompatiblePath;

@@ -14,5 +11,4 @@ /**

function toWindowsCompatiblePath(path) {
return path.replace(/\\/g, '\\\\');
return path.replace(/\\/g, '\\\\');
}
//# sourceMappingURL=to-windows-compatible-path.js.map
{
"name": "@teambit/toolbox.path.to-windows-compatible-path",
"version": "0.0.499",
"version": "0.0.500",
"homepage": "https://bit.cloud/teambit/toolbox/path/to-windows-compatible-path",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"name": "path/to-windows-compatible-path",
"version": "0.0.499"
"version": "0.0.500"
},

@@ -16,3 +16,3 @@ "dependencies": {},

"chai": "4.3.0",
"@teambit/node.envs.node-babel-mocha": "0.1.4"
"@teambit/node.envs.node-typescript-mocha": "0.0.1"
},

@@ -19,0 +19,0 @@ "peerDependencies": {},

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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