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

@module-federation/third-party-dts-extractor

Package Overview
Dependencies
Maintainers
8
Versions
426
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/third-party-dts-extractor - npm Package Compare versions

Comparing version 0.1.19 to 0.1.20

6

dist/CHANGELOG.md
# @module-federation/third-party-dts-extractor
## 0.1.20
### Patch Changes
- 685c607: feat: support dynamic remote type hints
## 0.1.19

@@ -4,0 +10,0 @@

1

dist/index.d.ts

@@ -9,2 +9,3 @@ declare class ThirdPartyExtractor {

inferPkgDir(importPath: string): string | void;
collectTypeImports(str: string): string[];
collectPkgs(str: string): void;

@@ -11,0 +12,0 @@ copyDts(): void;

8

dist/index.js

@@ -77,3 +77,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {

}
collectPkgs(str) {
collectTypeImports(str) {
const { pattern } = this;

@@ -85,3 +85,7 @@ let match;

}
[...imports].forEach((importPath) => {
return [...imports];
}
collectPkgs(str) {
const imports = this.collectTypeImports(str);
imports.forEach((importPath) => {
this.inferPkgDir(importPath);

@@ -88,0 +92,0 @@ });

{
"name": "@module-federation/third-party-dts-extractor",
"version": "0.1.19",
"version": "0.1.20",
"files": [

@@ -5,0 +5,0 @@ "dist/",

{
"name": "@module-federation/third-party-dts-extractor",
"version": "0.1.19",
"version": "0.1.20",
"files": [

@@ -5,0 +5,0 @@ "dist/",

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