Socket
Socket
Sign inDemoInstall

@types/webpack-sources

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack-sources - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

12

webpack-sources/lib/index.d.ts

@@ -19,3 +19,3 @@ import { RawSourceMap } from 'source-map';

*/
columns?: boolean;
columns?: boolean | undefined;
/**

@@ -25,3 +25,3 @@ * If set to false the implementation may omit inner mappings for modules.

*/
module?: boolean;
module?: boolean | undefined;
}

@@ -58,6 +58,6 @@

export interface CachedData {
buffer?: Buffer;
source?: string | boolean;
size?: number;
cachedData?: Map<any, any>;
buffer?: Buffer | undefined;
source?: string | boolean | undefined;
size?: number | undefined;
cachedData?: Map<any, any> | undefined;
}
{
"name": "@types/webpack-sources",
"version": "2.1.0",
"version": "2.1.1",
"description": "TypeScript definitions for webpack-sources",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-sources",
"license": "MIT",

@@ -36,4 +37,4 @@ "contributors": [

},
"typesPublisherContentHash": "56252bfd3ee99b1c180911184184787b0fe6419af23fc39492178eabb2a9edda",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "a948448a12cabd43ada7100f98c1dd90accd2713834b102d105b7608ee937c57",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Tue, 01 Dec 2020 20:47:00 GMT
* Last updated: Fri, 02 Jul 2021 18:05:31 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/source-map](https://npmjs.com/package/@types/source-map), [@types/source-list-map](https://npmjs.com/package/@types/source-list-map)

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