Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

path-is-same

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-is-same - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [1.0.10](https://github.com/bluelovers/ws-iconv/compare/path-is-same@1.0.9...path-is-same@1.0.10) (2021-07-08)
### 🛠 Build System
* update .js ([a50437a](https://github.com/bluelovers/ws-iconv/commit/a50437a84acedeabe884b56978507ee04ea90d58))
* use tslib ([897fbd2](https://github.com/bluelovers/ws-iconv/commit/897fbd2808c31f284dd368759f715c450b033e5e))
## [1.0.9](https://github.com/bluelovers/ws-iconv/compare/path-is-same@1.0.5...path-is-same@1.0.9) (2021-06-16)

@@ -8,0 +20,0 @@

2

index.js

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

}
return ps.every(p2 => path_1.relative(p1, p2) === '');
return ps.every(p2 => (0, path_1.relative)(p1, p2) === '');
}

@@ -12,0 +12,0 @@ exports.pathIsSame = pathIsSame;

{
"name": "path-is-same",
"version": "1.0.9",
"version": "1.0.10",
"description": "",

@@ -32,3 +32,6 @@ "homepage": "https://github.com/bluelovers/ws-iconv/tree/master/packages/path-is-same#readme",

},
"gitHead": "6d1415d4b16d3169ed6cc9028997fb97a9ca8aa5"
"dependencies": {
"tslib": "^2.3.0"
},
"gitHead": "38ff6d5aacf54ae6e9ccf502e0990ad0341b3ac6"
}

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