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

@ms-cloudpack/path-utilities

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/path-utilities - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

lib/tsdoc-metadata.json

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Wed, 25 May 2022 21:40:21 GMT",
"date": "Wed, 08 Jun 2022 20:06:34 GMT",
"tag": "@ms-cloudpack/path-utilities_v0.3.1",
"version": "0.3.1",
"comments": {
"patch": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/path-utilities",
"commit": "0e78dd2f1cf4d366f04d52d54996418c4febcfb6",
"comment": "Fixed an infinite loop resolving source paths from intermediate."
}
]
}
},
{
"date": "Wed, 25 May 2022 21:40:45 GMT",
"tag": "@ms-cloudpack/path-utilities_v0.3.0",

@@ -8,0 +23,0 @@ "version": "0.3.0",

# Change Log - @ms-cloudpack/path-utilities
This log was last generated on Wed, 25 May 2022 21:40:21 GMT and should not be manually modified.
This log was last generated on Wed, 08 Jun 2022 20:06:34 GMT and should not be manually modified.
<!-- Start content -->
## 0.3.1
Wed, 08 Jun 2022 20:06:34 GMT
### Patches
- Fixed an infinite loop resolving source paths from intermediate. (dzearing@microsoft.com)
## 0.3.0
Wed, 25 May 2022 21:40:21 GMT
Wed, 25 May 2022 21:40:45 GMT

@@ -11,0 +19,0 @@ ### Minor changes

@@ -14,2 +14,3 @@ import path from 'path';

while (parts.length &&
firstFolderIndex < parts.length &&
(!parts[firstFolderIndex] || parts[firstFolderIndex] === '.' || parts[firstFolderIndex] === '..')) {

@@ -16,0 +17,0 @@ firstFolderIndex++;

2

package.json
{
"name": "@ms-cloudpack/path-utilities",
"version": "0.3.0",
"version": "0.3.1",
"description": "Utilities for resolving paths between source/intermediate/output locations in Cloudpack.",

@@ -5,0 +5,0 @@ "license": "MIT",

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