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

@types/loader-utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/loader-utils - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

6

loader-utils/index.d.ts

@@ -19,5 +19,5 @@ // Type definitions for loader-utils 2.0

export interface InterpolateOption {
context?: string;
content?: string | Buffer;
regExp?: string | RegExp;
context?: string | undefined;
content?: string | Buffer | undefined;
regExp?: string | RegExp | undefined;
}

@@ -24,0 +24,0 @@

{
"name": "@types/loader-utils",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript definitions for loader-utils",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/loader-utils",
"license": "MIT",

@@ -40,4 +41,4 @@ "contributors": [

},
"typesPublisherContentHash": "677ced745bd5e74722519b8c478b969bdf0975d1270e3a98793f4fdc1a1e3bfd",
"typesPublisherContentHash": "c519e753cd2dd70498a3345ee18f521d78c0921a62dcf71c33973eb40efb19dd",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Thu, 25 Mar 2021 20:32:00 GMT
* Last updated: Tue, 06 Jul 2021 22:02:43 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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