path-is-same
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6145
1
+ Addedtslib@^2.3.0
+ Addedtslib@2.8.1(transitive)