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

dts-bundle-generator

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dts-bundle-generator - npm Package Compare versions

Comparing version 9.4.0 to 9.4.1

2

config-schema.d.ts

@@ -1,2 +0,2 @@

// Generated by dts-bundle-generator v9.4.0
// Generated by dts-bundle-generator v9.4.1

@@ -3,0 +3,0 @@ export interface CompilationOptions {

@@ -1,2 +0,2 @@

// Generated by dts-bundle-generator v9.4.0
// Generated by dts-bundle-generator v9.4.1

@@ -3,0 +3,0 @@ export interface CompilationOptions {

@@ -40,3 +40,7 @@ "use strict";

visitedSymbols.add(fromSymbol);
return this.setUsageCacheValue(fromSymbol, toSymbol, false);
// note that we can't save negative result here because it might be not a final one
// because we might ended up here because of `visitedSymbols.has(symbol)` check above
// while actually checking that `symbol` symbol and we will store all its "children" as `false`
// while in reality some of them might be `true` because of cross-references or using the same children symbols
return false;
}

@@ -43,0 +47,0 @@ setUsageCacheValue(fromSymbol, toSymbol, value) {

{
"name": "dts-bundle-generator",
"version": "9.4.0",
"version": "9.4.1",
"description": "DTS Bundle Generator",

@@ -5,0 +5,0 @@ "main": "dist/bundle-generator.js",

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