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 2.1.0 to 2.1.1

2

lib/findPackageRoot.js

@@ -14,3 +14,3 @@ import fs from 'fs';

}
currentPath = path.join(currentPath, '..');
currentPath = path.dirname(currentPath);
}

@@ -17,0 +17,0 @@ return currentPath;

{
"name": "@ms-cloudpack/path-utilities",
"version": "2.1.0",
"version": "2.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