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.498 to 0.0.499

22

dist/index.js
"use strict";
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; } });
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;
}
//# 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;

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

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.498",
"version": "0.0.499",
"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.498"
"version": "0.0.499"
},

@@ -15,4 +15,4 @@ "dependencies": {},

"@types/mocha": "9.1.0",
"@types/jest": "26.0.20",
"@types/node": "22.10.5"
"chai": "4.3.0",
"@teambit/node.envs.node-babel-mocha": "0.1.4"
},

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

@@ -8,8 +8,8 @@ declare module '*.png' {

export const ReactComponent: FunctionComponent<SVGProps<SVGSVGElement> & { title?: string }>;
export const ReactComponent: FunctionComponent<
SVGProps<SVGSVGElement> & { title?: string }
>;
const src: string;
export default src;
}
// @TODO Gilad
declare module '*.jpg' {

@@ -31,1 +31,13 @@ const value: any;

}
declare module '*.otf' {
const value: any;
export = value;
}
declare module '*.woff' {
const value: any;
export = value;
}
declare module '*.woff2' {
const value: any;
export = value;
}

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