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

@ms-cloudpack/package-overrides

Package Overview
Dependencies
Maintainers
3
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/package-overrides - npm Package Compare versions

Comparing version 0.9.22 to 0.9.23

3

lib/applyOverrides.js

@@ -40,5 +40,2 @@ import { readJsonSync } from '@ms-cloudpack/json-utilities';

const { name, version } = definition;
if (!name || !version) {
return undefined;
}
const allOverrides = cache[name];

@@ -45,0 +42,0 @@ const overrides = allOverrides?.find((o) => semver.satisfies(version, o.version))?.overrides;

4

package.json
{
"name": "@ms-cloudpack/package-overrides",
"version": "0.9.22",
"version": "0.9.23",
"description": "Provides overrides for package.json to polyfill missing parts, such as exports maps.",

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

"dependencies": {
"@ms-cloudpack/common-types": "^0.18.0",
"@ms-cloudpack/common-types": "^0.19.0",
"@ms-cloudpack/json-utilities": "^0.1.7",

@@ -20,0 +20,0 @@ "@ms-cloudpack/path-string-parsing": "^1.2.4",

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