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
2
Versions
113
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.1.0 to 0.1.1

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Wed, 24 Aug 2022 08:14:22 GMT",
"date": "Fri, 23 Sep 2022 08:12:48 GMT",
"tag": "@ms-cloudpack/package-overrides_v0.1.1",
"version": "0.1.1",
"comments": {
"patch": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/package-overrides",
"commit": "3d217e7c8066aafe28eee7826506f66be3506aae",
"comment": "Moving dev dep to root package.json"
}
]
}
},
{
"date": "Wed, 24 Aug 2022 08:14:41 GMT",
"tag": "@ms-cloudpack/package-overrides_v0.1.0",

@@ -8,0 +23,0 @@ "version": "0.1.0",

# Change Log - @ms-cloudpack/package-overrides
This log was last generated on Wed, 24 Aug 2022 08:14:22 GMT and should not be manually modified.
This log was last generated on Fri, 23 Sep 2022 08:12:48 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.1
Fri, 23 Sep 2022 08:12:48 GMT
### Patches
- Moving dev dep to root package.json (dzearing@microsoft.com)
## 0.1.0
Wed, 24 Aug 2022 08:14:22 GMT
Wed, 24 Aug 2022 08:14:41 GMT

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

7

lib/applyOverrides.test.js

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

import { describe, it, expect } from '@jest/globals';
import { applyOverrides } from './applyOverrides.js';

@@ -6,4 +7,4 @@ describe('getOverrides', () => {

expect(overrides).toMatchInlineSnapshot(`
Object {
"exports": Object {
{
"exports": {
".": "./index.js",

@@ -20,3 +21,3 @@ "./tracing": "./tracing.js",

expect(overrides).toMatchInlineSnapshot(`
Object {
{
"name": "scheduler",

@@ -23,0 +24,0 @@ "version": "1.0.0",

@@ -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.29.3"
"packageVersion": "7.31.2"
}
]
}
{
"name": "@ms-cloudpack/package-overrides",
"version": "0.1.0",
"version": "0.1.1",
"description": "Provides overrides for package.json to polyfill missing parts, such as exports maps.",

@@ -16,3 +16,2 @@ "license": "MIT",

"dependencies": {
"type-fest": "^2.13.0",
"merge": "^2.1.1",

@@ -19,0 +18,0 @@ "semver": "^7.3.7"

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