Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ms-cloudpack/path-utilities

Package Overview
Dependencies
Maintainers
3
Versions
90
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.9 to 2.7.10

1

lib/intermediateToSourcePath.js

@@ -40,3 +40,2 @@ import path from 'path';

candidates.push(relativeIntermediatePath);
// eslint-disable-next-line @ms-cloudpack/internal/no-sync-filesystem
let match = candidates.find((candidate) => isFileSync(path.resolve(rootPath, candidate)));

@@ -43,0 +42,0 @@ // Ensure correct path direction.

4

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

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

"devDependencies": {
"@ms-cloudpack/common-types": "^0.5.2",
"@ms-cloudpack/common-types": "^0.5.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