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 1.4.1 to 1.4.2

4

webpack-sources/index.d.ts

@@ -181,7 +181,7 @@ // Type definitions for webpack-sources 1.4

*/
replace(start: number, end: number, newValue: string, name: string): void;
replace(start: number, end: number, newValue: string, name?: string): void;
/**
* Inserts the insertion before char pos (0-indexed).
*/
insert(pos: number, newValue: string, name: string): void;
insert(pos: number, newValue: string, name?: string): void;
/**

@@ -188,0 +188,0 @@ * Get decorated Source.

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

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

},
"typesPublisherContentHash": "de4a673297cd245b53254a89482817f9fcf47bfb5b5cbbb1b4795e9529c62e93",
"typesPublisherContentHash": "fdd917e71a3009915811c057da70108f4ae12f0c656466a04a2f60095dc2a593",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Thu, 23 Jul 2020 22:00:24 GMT
* Last updated: Tue, 28 Jul 2020 16:32:49 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