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

@ms-cloudpack/bundler-types

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/bundler-types - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

30

CHANGELOG.json

@@ -5,2 +5,32 @@ {

{
"date": "Tue, 02 Aug 2022 22:33:22 GMT",
"tag": "@ms-cloudpack/bundler-types_v0.3.0",
"version": "0.3.0",
"comments": {
"minor": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/bundler-types",
"commit": "2c583353dd5eda02c356dac916a43bd2bc8bd510",
"comment": "Updating api surface for plugin model."
}
]
}
},
{
"date": "Wed, 06 Jul 2022 05:49:05 GMT",
"tag": "@ms-cloudpack/bundler-types_v0.2.1",
"version": "0.2.1",
"comments": {
"none": [
{
"author": "elcraig@microsoft.com",
"package": "@ms-cloudpack/bundler-types",
"commit": "346fa91922ecdae5215772803cde444941e269ec",
"comment": "Remove unused devDependencies"
}
]
}
},
{
"date": "Wed, 25 May 2022 21:40:45 GMT",

@@ -7,0 +37,0 @@ "tag": "@ms-cloudpack/bundler-types_v0.2.0",

10

CHANGELOG.md
# Change Log - @ms-cloudpack/bundler-types
This log was last generated on Wed, 25 May 2022 21:40:45 GMT and should not be manually modified.
This log was last generated on Tue, 02 Aug 2022 22:33:22 GMT and should not be manually modified.
<!-- Start content -->
## 0.3.0
Tue, 02 Aug 2022 22:33:22 GMT
### Minor changes
- Updating api surface for plugin model. (dzearing@microsoft.com)
## 0.2.0

@@ -8,0 +16,0 @@

4

lib/BundlerOptions.d.ts

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

import type { BundlerResult } from './BundlerResult.js';
export interface BundlerOptions {

@@ -11,3 +10,4 @@ entries: string[];

disableSourceMaps?: boolean;
watchCallback?: (result: BundlerResult) => void;
incremental?: boolean;
bundlerOptions?: Record<string, unknown>;
}

@@ -10,2 +10,4 @@ import type { BundlerMessage } from './BundlerMessage.js';

warnings?: BundlerMessage[];
rebuild?: () => Promise<BundlerResult>;
dispose?: () => void;
}

@@ -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.25.0"
"packageVersion": "7.28.7"
}
]
}
{
"name": "@ms-cloudpack/bundler-types",
"version": "0.2.1",
"version": "0.3.0",
"description": "TypeScript types for implementing a bundler abstraction. We keep these separate from the bundler package to eliminate circular package dependencies and ensure no major bumps happen with the contract.",

@@ -22,7 +22,4 @@ "license": "MIT",

"devDependencies": {
"@types/fs-extra": "9.0.13",
"@ms-cloudpack/scripts": "*",
"@ms-cloudpack/eslint-config-base": "*",
"@ms-cloudpack/jest-path-snapshot": "*",
"fs-extra": "10.1.0"
"@ms-cloudpack/eslint-config-base": "*"
},

@@ -29,0 +26,0 @@ "scripts": {

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