New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/webpack-bundler-runtime

Package Overview
Dependencies
Maintainers
8
Versions
724
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/webpack-bundler-runtime - npm Package Compare versions

Comparing version 0.0.0-next-20240617093923 to 0.0.0-next-20240619030922

6

dist/constant.cjs.js

@@ -5,2 +5,4 @@ 'use strict';

var sdk = require('@module-federation/sdk');
var FEDERATION_SUPPORTED_TYPES = [

@@ -10,2 +12,6 @@ 'script'

Object.defineProperty(exports, 'ENCODE_NAME_PREFIX', {
enumerable: true,
get: function () { return sdk.ENCODE_NAME_PREFIX; }
});
exports.FEDERATION_SUPPORTED_TYPES = FEDERATION_SUPPORTED_TYPES;

2

dist/constant.esm.js

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

export { ENCODE_NAME_PREFIX } from '@module-federation/sdk';
var FEDERATION_SUPPORTED_TYPES = [

@@ -2,0 +4,0 @@ 'script'

export declare const FEDERATION_SUPPORTED_TYPES: string[];
export { ENCODE_NAME_PREFIX } from '@module-federation/sdk';

8

package.json
{
"public": true,
"name": "@module-federation/webpack-bundler-runtime",
"version": "0.0.0-next-20240617093923",
"version": "0.0.0-next-20240619030922",
"license": "MIT",

@@ -23,4 +23,4 @@ "description": "Module Federation Runtime for webpack",

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20240617093923",
"@module-federation/sdk": "0.0.0-next-20240617093923"
"@module-federation/runtime": "0.0.0-next-20240619030922",
"@module-federation/sdk": "0.0.0-next-20240619030922"
},

@@ -53,4 +53,4 @@ "exports": {

"devDependencies": {
"@module-federation/runtime": "0.0.0-next-20240617093923"
"@module-federation/runtime": "0.0.0-next-20240619030922"
}
}
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