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.0.0 to 1.1.0

lib/pathSymbolReplacement.d.ts

17

CHANGELOG.json

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

{
"date": "Sat, 15 Oct 2022 08:11:07 GMT",
"date": "Tue, 18 Oct 2022 08:15:52 GMT",
"tag": "@ms-cloudpack/path-utilities_v1.1.0",
"version": "1.1.0",
"comments": {
"minor": [
{
"author": "dake.3601@gmail.com",
"package": "@ms-cloudpack/path-utilities",
"commit": "1bec1f80bb50ebe897f03dc74437c3e211bea83e",
"comment": "Added a file path symbol replacement function."
}
]
}
},
{
"date": "Sat, 15 Oct 2022 08:11:32 GMT",
"tag": "@ms-cloudpack/path-utilities_v1.0.0",

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

# Change Log - @ms-cloudpack/path-utilities
This log was last generated on Sat, 15 Oct 2022 08:11:07 GMT and should not be manually modified.
This log was last generated on Tue, 18 Oct 2022 08:15:52 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.0
Tue, 18 Oct 2022 08:15:52 GMT
### Minor changes
- Added a file path symbol replacement function. (dake.3601@gmail.com)
## 1.0.0
Sat, 15 Oct 2022 08:11:07 GMT
Sat, 15 Oct 2022 08:11:32 GMT

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

@@ -6,1 +6,2 @@ export { intermediateToSourcePath } from './intermediateToSourcePath.js';

export { findPackageRoot } from './findPackageRoot.js';
export { pathSymbolReplacement } from './pathSymbolReplacement.js';

@@ -6,2 +6,3 @@ export { intermediateToSourcePath } from './intermediateToSourcePath.js';

export { findPackageRoot } from './findPackageRoot.js';
export { pathSymbolReplacement } from './pathSymbolReplacement.js';
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@ms-cloudpack/path-utilities",
"version": "1.0.0",
"version": "1.1.0",
"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