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

@module-federation-testing/feature3

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation-testing/feature3 - npm Package Compare versions

Comparing version 3.0.5 to 3.1.0

dist/app.d.ts

7

package.json
{
"name": "@module-federation-testing/feature3",
"version": "3.0.5",
"version": "3.1.0",
"description": "",

@@ -23,3 +23,6 @@ "main": "./dist/main.js",

},
"gitHead": "a2c28882c22cceff5f257be9dc9d589d0755ba61"
"cli": {
"webpack": false
},
"gitHead": "13c3a2f71846a0b76b3b04c4e1d41026c2c94bac"
}

@@ -12,3 +12,3 @@ const ModuleFederationPlugin = require('webpack').container.ModuleFederationPlugin;

exposes: {
'./App': './src/app',
'./App': './dist/app',
},

@@ -15,0 +15,0 @@ shared: {

@@ -9,4 +9,4 @@ const { merge } = require('webpack-merge');

output: {
publicPath: `https://unpkg.com/@module-federation-testing/feature3@${version}/dist/`,
publicPath: `https://unpkg.com/@module-federation-testing/feature3@${version}/dist/bundle/`,
},
});
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