Socket
Socket
Sign inDemoInstall

@ms-cloudpack/path-utilities

Package Overview
Dependencies
Maintainers
2
Versions
80
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 1.1.0 to 1.1.1

17

CHANGELOG.json

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

{
"date": "Tue, 18 Oct 2022 08:15:52 GMT",
"date": "Tue, 15 Nov 2022 08:12:36 GMT",
"tag": "@ms-cloudpack/path-utilities_v1.1.1",
"version": "1.1.1",
"comments": {
"patch": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/path-utilities",
"commit": "a71972309b615d683a5a3bac7a85c981fb6e89af",
"comment": "Adding cjs extensions to intermediateToSourcePath translation."
}
]
}
},
{
"date": "Tue, 18 Oct 2022 08:16:24 GMT",
"tag": "@ms-cloudpack/path-utilities_v1.1.0",

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

# Change Log - @ms-cloudpack/path-utilities
This log was last generated on Tue, 18 Oct 2022 08:15:52 GMT and should not be manually modified.
This log was last generated on Tue, 15 Nov 2022 08:12:36 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.1
Tue, 15 Nov 2022 08:12:36 GMT
### Patches
- Adding cjs extensions to intermediateToSourcePath translation. (dzearing@microsoft.com)
## 1.1.0
Tue, 18 Oct 2022 08:15:52 GMT
Tue, 18 Oct 2022 08:16:24 GMT

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

2

lib/intermediateToSourcePath.js

@@ -27,3 +27,3 @@ import path from 'path';

if (!ext || ext === '.js' || ext === '.mjs') {
['.tsx', '.ts', '.mtsx', '.mts', '.jsx', '.js', ''].forEach((newExt) => candidates.unshift(slash(path.join(sourcePath, basename + newExt))));
['.tsx', '.ts', '.mtsx', '.mts', '.jsx', '.mjs', '.js', '.cjs', ''].forEach((newExt) => candidates.unshift(slash(path.join(sourcePath, basename + newExt))));
}

@@ -30,0 +30,0 @@ candidates.push(slash(path.join(sourcePath, basename + ext)));

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.33.1"
"packageVersion": "7.33.6"
}
]
}
{
"name": "@ms-cloudpack/path-utilities",
"version": "1.1.0",
"version": "1.1.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