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

@knit/path-join

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knit/path-join - npm Package Compare versions

Comparing version 0.7.2 to 0.8.0

8

index.js
"use strict";
var _path = require("path");
var _path = _interopRequireDefault(require("path"));
var _path2 = _interopRequireDefault(_path);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var pathJoin = function pathJoin() {
return _path2.default.join.apply(_path2.default, arguments).replace("/", _path2.default.sep);
};
const pathJoin = (...paths) => _path.default.join(...paths).replace("/", _path.default.sep);
module.exports = pathJoin;

@@ -20,3 +20,3 @@ {

"name": "@knit/path-join",
"version": "0.7.2"
"version": "0.8.0"
}
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