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

@types/react-dev-utils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-dev-utils - npm Package Compare versions

Comparing version 9.0.14 to 9.0.15

2

react-dev-utils/checkRequiredFiles.d.ts

@@ -8,3 +8,3 @@ /**

*/
declare function checkRequiredFiles(files: ReadonlyArray<string>): boolean;
declare function checkRequiredFiles(files: readonly string[]): boolean;
export = checkRequiredFiles;

@@ -7,4 +7,4 @@ import { ESLint } from "eslint";

*/
declare function eslintFormatter(results: ReadonlyArray<ESLint.LintResult>): string;
declare function eslintFormatter(results: readonly ESLint.LintResult[]): string;
export = eslintFormatter;

@@ -5,3 +5,3 @@ /**

*/
declare function getCacheIdentifier(environment: string, packages: ReadonlyArray<string>): string;
declare function getCacheIdentifier(environment: string, packages: readonly string[]): string;
export = getCacheIdentifier;

@@ -8,5 +8,5 @@ import webpack = require("webpack");

declare class InlineChunkHtmlPlugin extends webpack.Plugin {
constructor(htmlWebpackPlugin: typeof HtmlWebpackPlugin, tests: ReadonlyArray<RegExp>);
constructor(htmlWebpackPlugin: typeof HtmlWebpackPlugin, tests: readonly RegExp[]);
}
export = InlineChunkHtmlPlugin;

@@ -8,5 +8,5 @@ import webpack = require("webpack");

declare class ModuleScopePlugin extends webpack.Plugin {
constructor(appSrc: string | ReadonlyArray<string>, allowedFiles?: ReadonlyArray<string>);
constructor(appSrc: string | readonly string[], allowedFiles?: readonly string[]);
}
export = ModuleScopePlugin;
{
"name": "@types/react-dev-utils",
"version": "9.0.14",
"version": "9.0.15",
"description": "TypeScript definitions for react-dev-utils",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dev-utils",

},
"typesPublisherContentHash": "66f2c2d56e0826d1c88b07c444d4639cb99ed0da16526434534ea0b2382203de",
"typesPublisherContentHash": "d6cf656ddf46f7e8e39cb6e93e248ce8990c24b7ca3bfbcac7f35e61a7a3e0d9",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/eslint](https://npmjs.com/package/@types/eslint), [@types/express](https://npmjs.com/package/@types/express), [@types/html-webpack-plugin](https://npmjs.com/package/@types/html-webpack-plugin), [@types/node](https://npmjs.com/package/@types/node), [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/webpack-dev-server](https://npmjs.com/package/@types/webpack-dev-server)

@@ -14,0 +14,0 @@

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