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

@module-federation/utilities

Package Overview
Dependencies
Maintainers
5
Versions
529
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/utilities - npm Package Compare versions

Comparing version 0.5.0 to 1.0.0

src/utils/isEmpty.d.ts

22

CHANGELOG.md

@@ -5,2 +5,24 @@ # Changelog

# [1.0.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.5.0...utils-1.0.0) (2022-11-20)
### Features
* **typescript:** excessive recompilation prevention ([#306](https://github.com/module-federation/nextjs-mf/issues/306)) ([6e1967f](https://github.com/module-federation/nextjs-mf/commit/6e1967f019afb25dfbcfe83627b08ae8b1fe97b2))
### BREAKING CHANGES
* **typescript:** Reimplemented the whole plugin from round-up to enhance performance, prevent excessive recompilation and other issues.
Some key changes to the plugin includes:
- Downloading remote types before compilation starts.
- Caching remote types for better performance.
- Ability to provide Plugin options.
Please go through plugin `readme.md` file to understand what's changed and how to use the plugin.
# [0.5.0](https://github.com/module-federation/nextjs-mf/compare/utils-0.4.1...utils-0.5.0) (2022-10-31)

@@ -7,0 +29,0 @@

2

package.json
{
"name": "@module-federation/utilities",
"version": "0.5.0",
"version": "1.0.0",
"type": "commonjs",

@@ -5,0 +5,0 @@ "main": "src/index.js",

export * from './types';
export * from './utils/common';
export * from './utils/isEmpty';
export * from './Logger';

@@ -6,3 +6,4 @@ "use strict";

tslib_1.__exportStar(require("./utils/common"), exports);
tslib_1.__exportStar(require("./utils/isEmpty"), exports);
tslib_1.__exportStar(require("./Logger"), exports);
//# sourceMappingURL=index.js.map

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