Socket
Socket
Sign inDemoInstall

@types/source-map

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/source-map - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

16

source-map/index.d.ts

@@ -9,2 +9,4 @@ // Type definitions for source-map 0.5

export type SourceMapUrl = string;
export interface StartOfSourceMap {

@@ -193,5 +195,5 @@ file?: string;

new (rawSourceMap: RawSourceMap): BasicSourceMapConsumer;
new (rawSourceMap: RawIndexMap): IndexedSourceMapConsumer;
new (rawSourceMap: RawSourceMap | RawIndexMap | string): BasicSourceMapConsumer | IndexedSourceMapConsumer;
new (rawSourceMap: RawSourceMap, sourceMapUrl?: SourceMapUrl): BasicSourceMapConsumer;
new (rawSourceMap: RawIndexMap, sourceMapUrl?: SourceMapUrl): IndexedSourceMapConsumer;
new (rawSourceMap: RawSourceMap | RawIndexMap | string, sourceMapUrl?: SourceMapUrl): BasicSourceMapConsumer | IndexedSourceMapConsumer;

@@ -204,3 +206,3 @@ /**

*/
fromSourceMap(sourceMap: SourceMapGenerator): BasicSourceMapConsumer;
fromSourceMap(sourceMap: SourceMapGenerator, sourceMapUrl?: SourceMapUrl): BasicSourceMapConsumer;
}

@@ -305,5 +307,5 @@

constructor(
line: number,
column: number,
source: string,
line: number | null,
column: number | null,
source: string | null,
chunks?: Array<(string | SourceNode)> | SourceNode | string,

@@ -310,0 +312,0 @@ name?: string

{
"name": "@types/source-map",
"version": "0.5.1",
"version": "0.5.2",
"description": "TypeScript definitions for source-map",

@@ -9,7 +9,9 @@ "license": "MIT",

"name": "Morten Houston Ludvigsen",
"url": "https://github.com/MortenHoustonLudvigsen"
"url": "https://github.com/MortenHoustonLudvigsen",
"githubUsername": "MortenHoustonLudvigsen"
},
{
"name": "Ron Buckton",
"url": "https://github.com/rbuckton"
"url": "https://github.com/rbuckton",
"githubUsername": "rbuckton"
}

@@ -24,5 +26,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "0028285860374741cf34594dd4bdc763cda2988429fcd2a32bae38c3a8dd26b1",
"typesPublisherContentHash": "7bac6e58819b59676261e49b45f728003991fd9e82ee59760e4528bdb693b445",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 03 Aug 2017 13:57:01 GMT
* Last updated: Wed, 25 Oct 2017 16:18:59 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: sourceMap

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