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 0.1.8 to 0.1.9

8

webpack-sources v0.1/index.d.ts

@@ -35,4 +35,4 @@ // Type definitions for webpack-sources 0.1

export interface SourceAndMapMixin {
map(options: { columns?: boolean }): RawSourceMap;
sourceAndMap(options: { columns?: boolean }): {
map(options: { columns?: boolean | undefined }): RawSourceMap;
sourceAndMap(options: { columns?: boolean | undefined }): {
source: string;

@@ -115,3 +115,3 @@ map: RawSourceMap;

options?: {
columns?: boolean;
columns?: boolean | undefined;
}

@@ -207,3 +207,3 @@ ): SourceNode;

options: {
module?: boolean;
module?: boolean | undefined;
}

@@ -210,0 +210,0 @@ ): SourceListMap;

{
"name": "@types/webpack-sources",
"version": "0.1.8",
"version": "0.1.9",
"description": "TypeScript definitions for webpack-sources",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-sources",
"license": "MIT",

@@ -31,4 +32,4 @@ "contributors": [

},
"typesPublisherContentHash": "6675acea377533fec5b23065036b2e7f25377fef300b73c98a34ea0ab43e661f",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "2f6824e3ab2a4c3f20b781ec6d29738b29afd7edf09d1e1dfd30221beaa37d4a",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Tue, 02 Jun 2020 00:05:15 GMT
* Last updated: Fri, 02 Jul 2021 18:05:31 GMT
* Dependencies: [@types/source-map](https://npmjs.com/package/@types/source-map), [@types/source-list-map](https://npmjs.com/package/@types/source-list-map), [@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