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 0.5.0 to 1.0.0

23

CHANGELOG.json

@@ -5,3 +5,24 @@ {

{
"date": "Wed, 21 Sep 2022 08:14:52 GMT",
"date": "Sat, 15 Oct 2022 08:11:07 GMT",
"tag": "@ms-cloudpack/path-utilities_v1.0.0",
"version": "1.0.0",
"comments": {
"major": [
{
"author": "dake.3601@gmail.com",
"package": "@ms-cloudpack/path-utilities",
"commit": "962ebd9eb867b159565e221c9f5e800a8eb0ec84",
"comment": "Moving slash export to a different package."
},
{
"author": "beachball",
"package": "@ms-cloudpack/path-utilities",
"comment": "Bump @ms-cloudpack/path-string-parsing to v1.0.0",
"commit": "cc252ba3e978d70205028b940070eac18e0d33aa"
}
]
}
},
{
"date": "Wed, 21 Sep 2022 08:15:19 GMT",
"tag": "@ms-cloudpack/path-utilities_v0.5.0",

@@ -8,0 +29,0 @@ "version": "0.5.0",

# Change Log - @ms-cloudpack/path-utilities
This log was last generated on Wed, 21 Sep 2022 08:14:52 GMT and should not be manually modified.
This log was last generated on Sat, 15 Oct 2022 08:11:07 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0
Sat, 15 Oct 2022 08:11:07 GMT
### Major changes
- Moving slash export to a different package. (dake.3601@gmail.com)
- Bump @ms-cloudpack/path-string-parsing to v1.0.0
## 0.5.0
Wed, 21 Sep 2022 08:14:52 GMT
Wed, 21 Sep 2022 08:15:19 GMT

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

1

lib/index.d.ts
export { intermediateToSourcePath } from './intermediateToSourcePath.js';
export { isFile } from './isFile.js';
export { isFolder } from './isFolder.js';
export { slash } from './slash.js';
export { sourceToIntermediatePath } from './sourceToIntermediatePath.js';
export { findPackageRoot } from './findPackageRoot.js';
export { intermediateToSourcePath } from './intermediateToSourcePath.js';
export { isFile } from './isFile.js';
export { isFolder } from './isFolder.js';
export { slash } from './slash.js';
export { sourceToIntermediatePath } from './sourceToIntermediatePath.js';
export { findPackageRoot } from './findPackageRoot.js';
//# sourceMappingURL=index.js.map
import path from 'path';
import { isFile } from './isFile.js';
import { slash } from './slash.js';
import { slash } from '@ms-cloudpack/path-string-parsing';
/**

@@ -5,0 +5,0 @@ * Takes a relative intermediate content path (e.g. "lib/foo/bar.js") and resolves it to a source content path

import path from 'path';
import { slash } from './slash.js';
import { slash } from '@ms-cloudpack/path-string-parsing';
/**

@@ -4,0 +4,0 @@ * Takes a relative source path (e.g. "src/foo/bar.ts") and resolves it to an intermediate content path

@@ -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.31.1"
"packageVersion": "7.33.1"
}
]
}
{
"name": "@ms-cloudpack/path-utilities",
"version": "0.5.0",
"version": "1.0.0",
"description": "Utilities for resolving paths between source/intermediate/output locations in Cloudpack.",

@@ -26,2 +26,5 @@ "license": "MIT",

},
"dependencies": {
"@ms-cloudpack/path-string-parsing": "^1.0.0"
},
"devDependencies": {

@@ -28,0 +31,0 @@ "@ms-cloudpack/scripts": "*",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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