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.10.0 to 0.11.0

lib/BundleMessageType.d.ts

2

lib/BundleMessage.d.ts
import type { BundleMessageNote } from './BundleMessageNote.js';
import type { BundleMessageLocation } from './BundleMessageLocation.js';
import type { BundleMessageType } from './BundleMessageType.js';
export interface BundleMessage {
pluginName?: string;
type?: BundleMessageType;
text: string;

@@ -6,0 +8,0 @@ location?: BundleMessageLocation | null;

2

lib/BundleOptions.d.ts

@@ -13,3 +13,3 @@ import type { PackageDefinitionsCache } from './PackageDefinitionsCache.js';

* extension. Value is the input entry path, relative to `inputPath` including the extension. For example:
* { 'lib/index': 'src/index.js' }
* `{ 'lib/index': 'src/index.js' }`
*

@@ -16,0 +16,0 @@ * Note: Non-javascript extensions, such as .css or .scss, will not be stripped from the key. This is to ensure the

@@ -1,8 +0,9 @@

export type { Bundler } from './Bundler.js';
export type { BundleMessage } from './BundleMessage.js';
export type { BundleMessageLocation } from './BundleMessageLocation.js';
export type { BundleMessageNote } from './BundleMessageNote.js';
export type { BundleMessageType } from './BundleMessageType.js';
export type { BundleOptions } from './BundleOptions.js';
export type { Bundler } from './Bundler.js';
export type { BundleOutputFile, BundleResult } from './BundleResult.js';
export type { PackageDefinitionTransform, PackageDefinitionsCache } from './PackageDefinitionsCache.js';
export type { PackageJson, PackageJsonDependencies, PackageJsonConditionalExports, PackageJsonExports, PackageJsonPathExports, } from './PackageJson.js';
export type { PackageDefinitionsCache, PackageDefinitionTransform } from './PackageDefinitionsCache.js';
export type { PackageJson, PackageJsonConditionalExports, PackageJsonDependencies, PackageJsonExports, PackageJsonPathExports, } from './PackageJson.js';
{
"name": "@ms-cloudpack/bundler-types",
"version": "0.10.0",
"version": "0.11.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.",

@@ -5,0 +5,0 @@ "license": "MIT",

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