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

@types/file-loader

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/file-loader - npm Package Compare versions

Comparing version 4.2.1 to 5.0.0

10

file-loader/index.d.ts

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

// Type definitions for file-loader 4.2
// Type definitions for file-loader 5.0
// Project: https://github.com/webpack-contrib/file-loader

@@ -6,3 +6,2 @@ // Definitions by: Gareth Jones <https://github.com/g-rath>

// TypeScript Version: 3.7
import { loader } from 'webpack';

@@ -220,2 +219,9 @@

regExp?: RegExp;
/**
* By default, file-loader generates JS modules that use the ES modules syntax.
* There are some cases in which using ES modules is beneficial, like in the case of module concatenation and tree shaking.
* @default true
*/
esModule?: boolean;
}

@@ -222,0 +228,0 @@

4

file-loader/package.json
{
"name": "@types/file-loader",
"version": "4.2.1",
"version": "5.0.0",
"description": "TypeScript definitions for file-loader",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "a74447de50207496cfc0c208131624a0fd2c408a283668dbb152ec15ea02dc37",
"typesPublisherContentHash": "87f8c1cdf1c7fa139217263b6523ed165822882f40ee58282534a8900f2343ab",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Thu, 25 Mar 2021 20:31:56 GMT
* Last updated: Mon, 26 Apr 2021 21:01:22 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack)

@@ -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