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

@ms-cloudpack/bundler

Package Overview
Dependencies
Maintainers
3
Versions
340
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/bundler - npm Package Compare versions

Comparing version 0.18.11 to 0.19.0

2

lib/allBundlers.d.ts

@@ -1,3 +0,3 @@

import type { BundlerPlugin } from '@ms-cloudpack/bundler-types';
import type { BundlerPlugin } from '@ms-cloudpack/common-types';
export declare const allBundlers: Record<string, () => Promise<BundlerPlugin>>;
//# sourceMappingURL=allBundlers.d.ts.map

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

import { type CloudpackConfig } from '@ms-cloudpack/config-types';
import type { BundleOptions, BundleResult, BundlerPluginResult } from '@ms-cloudpack/bundler-types';
import type { BundleOptions, BundleResult, BundlerPluginResult, CloudpackConfig } from '@ms-cloudpack/common-types';
/**

@@ -4,0 +3,0 @@ * Abstracted consumer input to the bundle method for the appropriate bundler. Provides a more

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

import type { BundleOptions, BundleResult, PackageDefinitionsCache } from '@ms-cloudpack/bundler-types';
import type { CloudpackConfig } from '@ms-cloudpack/config-types';
import type { BundleOptions, BundleResult, CloudpackConfig, PackageDefinitionsCache } from '@ms-cloudpack/common-types';
export type BundlePackageOptions = Omit<BundleOptions, 'entries'>;

@@ -4,0 +3,0 @@ /**

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

import type { BundlerPlugin } from '@ms-cloudpack/bundler-types';
import type { BundlerPlugin } from '@ms-cloudpack/common-types';
import type { ModuleType } from '@ms-cloudpack/package-utilities';

@@ -3,0 +3,0 @@ /**

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

import type { PackageDefinitionsCache } from '@ms-cloudpack/bundler-types';
import { type CloudpackConfig } from '@ms-cloudpack/config-types';
import type { CloudpackConfig, PackageDefinitionsCache } from '@ms-cloudpack/common-types';
/**

@@ -4,0 +3,0 @@ * Gets the entries map for a given package. An entries map is different from an exports map in that

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

import type { PackageDefinitionsCache } from '@ms-cloudpack/bundler-types';
import type { CloudpackConfig } from '@ms-cloudpack/config-types';
import type { CloudpackConfig, PackageDefinitionsCache } from '@ms-cloudpack/common-types';
/**

@@ -4,0 +3,0 @@ * Reads a package definition and derives a flat array of dependencies to externalize for bundling.

{
"name": "@ms-cloudpack/bundler",
"version": "0.18.11",
"version": "0.19.0",
"description": "An abstraction to bundle source code.",

@@ -17,10 +17,9 @@ "license": "MIT",

"dependencies": {
"@ms-cloudpack/bundler-plugin-ori": "^0.15.9",
"@ms-cloudpack/bundler-plugin-rollup": "^0.12.7",
"@ms-cloudpack/bundler-plugin-webpack": "^0.3.1",
"@ms-cloudpack/bundler-types": "^0.25.2",
"@ms-cloudpack/config": "^0.17.38",
"@ms-cloudpack/config-types": "^0.7.0",
"@ms-cloudpack/bundler-plugin-ori": "^0.16.0",
"@ms-cloudpack/bundler-plugin-rollup": "^0.13.0",
"@ms-cloudpack/bundler-plugin-webpack": "^0.4.0",
"@ms-cloudpack/common-types": "^0.1.1",
"@ms-cloudpack/config": "^0.18.0",
"@ms-cloudpack/json-utilities": "^0.1.4",
"@ms-cloudpack/package-utilities": "^7.0.1",
"@ms-cloudpack/package-utilities": "^7.1.0",
"@ms-cloudpack/path-string-parsing": "^1.2.1",

@@ -27,0 +26,0 @@ "@ms-cloudpack/path-utilities": "^2.6.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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