Socket
Socket
Sign inDemoInstall

@types/webpack-watched-glob-entries-plugin

Package Overview
Dependencies
13
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.4 to 2.1.5

10

webpack-watched-glob-entries-plugin/index.d.ts

@@ -7,4 +7,4 @@ // Type definitions for webpack-watched-glob-entries-plugin 2.1

import { IOptions } from 'glob';
import { EntryFunc, Plugin } from 'webpack';
import { IOptions } from "glob";
import { EntryFunc, Plugin } from "webpack";

@@ -17,5 +17,9 @@ interface PluginOptions {

static getEntries(globs: string[], globOptions?: IOptions, pluginOptions?: PluginOptions): EntryFunc;
static getFiles(globString: string, globOptions?: IOptions, basename_as_entry_name?: boolean): Record<string, string>;
static getFiles(
globString: string,
globOptions?: IOptions,
basename_as_entry_name?: boolean,
): Record<string, string>;
}
export = WebpackWatchedGlobEntries;
{
"name": "@types/webpack-watched-glob-entries-plugin",
"version": "2.1.4",
"version": "2.1.5",
"description": "TypeScript definitions for webpack-watched-glob-entries-plugin",

@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-watched-glob-entries-plugin",

},
"typesPublisherContentHash": "51817114face30fdd70540d788875fb0de16bc1d4d53db47571c9e80f43f7a19",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "f84c25bb830c977e36b4025b0b5bcf30b07ea1e0995d6273d21ff758099c6e44",
"typeScriptVersion": "4.5"
}

@@ -17,4 +17,4 @@ # Installation

import { IOptions } from 'glob';
import { EntryFunc, Plugin } from 'webpack';
import { IOptions } from "glob";
import { EntryFunc, Plugin } from "webpack";

@@ -27,3 +27,7 @@ interface PluginOptions {

static getEntries(globs: string[], globOptions?: IOptions, pluginOptions?: PluginOptions): EntryFunc;
static getFiles(globString: string, globOptions?: IOptions, basename_as_entry_name?: boolean): Record<string, string>;
static getFiles(
globString: string,
globOptions?: IOptions,
basename_as_entry_name?: boolean,
): Record<string, string>;
}

@@ -36,3 +40,3 @@

### Additional Details
* Last updated: Wed, 12 Apr 2023 20:32:55 GMT
* Last updated: Mon, 25 Sep 2023 13:39:07 GMT
* Dependencies: [@types/glob](https://npmjs.com/package/@types/glob), [@types/webpack](https://npmjs.com/package/@types/webpack)

@@ -39,0 +43,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc