Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.0 to 0.5.0

6

index.js

@@ -1,4 +0,4 @@

'use strict';
"use strict";
var _path = require('path');
var _path = require("path");

@@ -10,5 +10,5 @@ var _path2 = _interopRequireDefault(_path);

var pathJoin = function pathJoin() {
return _path2.default.join.apply(_path2.default, arguments).replace('/', _path2.default.sep);
return _path2.default.join.apply(_path2.default, arguments).replace("/", _path2.default.sep);
};
module.exports = pathJoin;

@@ -12,3 +12,3 @@ {

"engines": {
"node": ">=6",
"node": ">=4",
"npm": ">=3"

@@ -21,6 +21,3 @@ },

"name": "@knit/path-join",
"version": "0.4.0",
"dependencies": {},
"peerDependencies": {},
"optionalDependencies": {}
"version": "0.5.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