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

@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.0.0 to 2.1.0

2

webpack-sources/index.d.ts

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

// Type definitions for webpack-sources 2.0
// Type definitions for webpack-sources 2.1
// Project: https://github.com/webpack/webpack-sources

@@ -3,0 +3,0 @@ // Definitions by: e-cloud <https://github.com/e-cloud>

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

export interface SourceAndMapResult {
source: string;
source: string | Buffer;
map: RawSourceMap | null;

@@ -44,0 +44,0 @@ }

{
"name": "@types/webpack-sources",
"version": "2.0.0",
"version": "2.1.0",
"description": "TypeScript definitions for webpack-sources",

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

},
"typesPublisherContentHash": "cf81fa13fced43d1d5be972d12075be6f147698af7ea9a3a783b00f4deacecdf",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "56252bfd3ee99b1c180911184184787b0fe6419af23fc39492178eabb2a9edda",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Wed, 30 Sep 2020 10:42:00 GMT
* Last updated: Tue, 01 Dec 2020 20:47:00 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