Socket
Socket
Sign inDemoInstall

@ms-cloudpack/path-utilities

Package Overview
Dependencies
Maintainers
0
Versions
77
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 2.7.28 to 2.7.29

3

lib/pathSymbolReplacement.d.ts

@@ -0,2 +1,5 @@

/**
* Replace the symbols `{homedir}` and `{tmpdir}` with their respective values.
*/
export declare function pathSymbolReplacement(str: string): string;
//# sourceMappingURL=pathSymbolReplacement.d.ts.map

@@ -7,2 +7,5 @@ import os from 'os';

};
/**
* Replace the symbols `{homedir}` and `{tmpdir}` with their respective values.
*/
export function pathSymbolReplacement(str) {

@@ -9,0 +12,0 @@ // Replace the file symbols.

4

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

@@ -31,3 +31,3 @@ "license": "MIT",

"devDependencies": {
"@ms-cloudpack/common-types": "^0.13.2",
"@ms-cloudpack/common-types": "^0.13.3",
"@ms-cloudpack/eslint-plugin-internal": "^0.0.1",

@@ -34,0 +34,0 @@ "@ms-cloudpack/scripts": "^0.0.1",

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