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.9.0 to 0.9.1

25

CHANGELOG.json

@@ -5,3 +5,26 @@ {

{
"date": "Wed, 25 Jan 2023 08:11:01 GMT",
"date": "Tue, 31 Jan 2023 08:08:54 GMT",
"tag": "@ms-cloudpack/bundler-types_v0.9.1",
"version": "0.9.1",
"comments": {
"none": [
{
"author": "elcraig@microsoft.com",
"package": "@ms-cloudpack/bundler-types",
"commit": "243bfddf2ccffa5d6aa479105156b8a5de0e66c2",
"comment": "Don't publish test files"
}
],
"patch": [
{
"author": "elcraig@microsoft.com",
"package": "@ms-cloudpack/bundler-types",
"commit": "aa26b86114817b738ea6062ef3b64234fc38c6ad",
"comment": "Update BundleOutputFile docs"
}
]
}
},
{
"date": "Wed, 25 Jan 2023 08:11:21 GMT",
"tag": "@ms-cloudpack/bundler-types_v0.9.0",

@@ -8,0 +31,0 @@ "version": "0.9.0",

# Change Log - @ms-cloudpack/bundler-types
This log was last generated on Wed, 25 Jan 2023 08:11:01 GMT and should not be manually modified.
This log was last generated on Tue, 31 Jan 2023 08:08:54 GMT and should not be manually modified.
<!-- Start content -->
## 0.9.1
Tue, 31 Jan 2023 08:08:54 GMT
### Patches
- Update BundleOutputFile docs (elcraig@microsoft.com)
## 0.9.0
Wed, 25 Jan 2023 08:11:01 GMT
Wed, 25 Jan 2023 08:11:21 GMT

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

4

lib/BundleResult.d.ts
import type { BundleMessage } from './BundleMessage.js';
export interface BundleOutputFile {
/**
* The absolute path to the output file.
* The absolute path to the output file, with forward slashes.
*/
outputPath: string;
/**
* The absolute path to the entry file.
* The relative path to the entry file.
*/

@@ -10,0 +10,0 @@ entryPoint?: string;

@@ -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.33.7"
"packageVersion": "7.34.0"
}
]
}
{
"name": "@ms-cloudpack/bundler-types",
"version": "0.9.0",
"version": "0.9.1",
"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.",

@@ -28,4 +28,4 @@ "license": "MIT",

"files": [
"/lib"
"lib/**/!(*.test.*)"
]
}
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