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

path-parents

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-parents - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

22

CHANGELOG.md

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

## [1.0.18](https://github.com/bluelovers/ws-iconv/compare/path-parents@1.0.17...path-parents@1.0.18) (2021-12-29)
### 🚨 Tests
* fix test only work on windows maybe ([6e959f1](https://github.com/bluelovers/ws-iconv/commit/6e959f1a41686ac05234f686d5178c4dfc87657a))
### 🛠 Build System
* update typescript ([141a8ee](https://github.com/bluelovers/ws-iconv/commit/141a8eefbaeeb45f235f5cdceadaeaeb05d9acc7))
### 🔖 Miscellaneous
* . ([710cc28](https://github.com/bluelovers/ws-iconv/commit/710cc28b3379253df0ea7959ff9bf21229c808fa))
* . ([a77b29a](https://github.com/bluelovers/ws-iconv/commit/a77b29ae69eb4e0c87d5120618c699273637510a))
## [1.0.17](https://github.com/bluelovers/ws-iconv/compare/path-parents@1.0.16...path-parents@1.0.17) (2021-12-06)

@@ -8,0 +30,0 @@

6

index.js

@@ -5,5 +5,5 @@ "use strict";

const tslib_1 = require("tslib");
const core_1 = (0, tslib_1.__importDefault)(require("upath2/core"));
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const path_is_same_1 = (0, tslib_1.__importDefault)(require("path-is-same"));
const core_1 = tslib_1.__importDefault(require("upath2/core"));
const path_1 = tslib_1.__importDefault(require("path"));
const path_is_same_1 = tslib_1.__importDefault(require("path-is-same"));
function handleOptions(cwd, opts) {

@@ -10,0 +10,0 @@ if (typeof opts === 'undefined') {

{
"name": "path-parents",
"version": "1.0.17",
"version": "1.0.18",
"description": "return all the parent directories for a directory",

@@ -35,7 +35,7 @@ "keywords": [

"dependencies": {
"path-is-same": "^1.0.15",
"path-is-same": "^1.0.16",
"tslib": "^2.3.1",
"upath2": "^3.1.10"
"upath2": "^3.1.11"
},
"gitHead": "d191647544bb12e909dcbe181280d087666d4995"
"gitHead": "5af510f708e5d8b9bbd54fe65bc8dc09f4079ac0"
}

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