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

@softarc/native-federation

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@softarc/native-federation - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

package.json
{
"name": "@softarc/native-federation",
"version": "2.0.2",
"version": "2.0.3",
"type": "commonjs",
"dependencies": {
"@softarc/native-federation-runtime": "2.0.2",
"@softarc/native-federation-runtime": "2.0.3",
"json5": "^2.2.0",

@@ -8,0 +8,0 @@ "npmlog": "^6.0.2",

@@ -145,2 +145,6 @@ "use strict";

}
const entry = getDefaultEntry(exports, key);
if ((entry === null || entry === void 0 ? void 0 : entry.endsWith('.css')) || (entry === null || entry === void 0 ? void 0 : entry.endsWith('.scss')) || (entry === null || entry === void 0 ? void 0 : entry.endsWith('.less'))) {
continue;
}
result[secondaryName] = Object.assign({}, shareObject);

@@ -150,2 +154,13 @@ }

}
function getDefaultEntry(exports, key) {
var _a;
let entry = '';
if (typeof exports[key] === 'string') {
entry = exports[key];
}
else {
entry = (_a = exports[key]) === null || _a === void 0 ? void 0 : _a['default'];
}
return entry;
}
function shareAll(config = {}, skip = default_skip_list_1.DEFAULT_SKIP_LIST, projectPath = '') {

@@ -152,0 +167,0 @@ // let workspacePath: string | undefined = undefined;

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