@types/source-map-support
Advanced tools
Comparing version 0.5.1 to 0.5.2
// Type definitions for source-map-support 0.5 | ||
// Project: https://github.com/evanw/node-source-map-support | ||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>, Jason Cheatham <https://github.com/jason0x43>, Alcedo Nathaniel De Guzman Jr <https://github.com/natealcedo> | ||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds> | ||
// Jason Cheatham <https://github.com/jason0x43> | ||
// Alcedo Nathaniel De Guzman Jr <https://github.com/natealcedo> | ||
// Griffin Yourick <https://github.com/tough-griff> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -8,8 +11,13 @@ | ||
import { RawSourceMap } from 'source-map'; | ||
/** | ||
* Output of retrieveSourceMap(). | ||
* From source-map-support: | ||
* The map field may be either a string or the parsed JSON object (i.e., | ||
* it must be a valid argument to the SourceMapConsumer constructor). | ||
*/ | ||
export interface UrlAndMap { | ||
url: string; | ||
map: string | Buffer; | ||
map: string | RawSourceMap; | ||
} | ||
@@ -16,0 +24,0 @@ |
{ | ||
"name": "@types/source-map-support", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "TypeScript definitions for source-map-support", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "natealcedo" | ||
}, | ||
{ | ||
"name": "Griffin Yourick", | ||
"url": "https://github.com/tough-griff", | ||
"githubUsername": "tough-griff" | ||
} | ||
@@ -33,6 +38,7 @@ ], | ||
"dependencies": { | ||
"@types/node": "*" | ||
"@types/node": "*", | ||
"source-map": "^0.6.0" | ||
}, | ||
"typesPublisherContentHash": "21e6a92e189c86c9d9b7645c78892c1a136092c020668682d9b5c66f27c20b8d", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "b0673049886d65a18c709bc9820a3f67d848da3631438215e37f0e359d48cf95", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 21 Jan 2020 01:00:06 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Last updated: Tue, 07 Jul 2020 19:26:47 GMT | ||
* Dependencies: [@types/source-map](https://npmjs.com/package/@types/source-map), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Bart van der Schoor (https://github.com/Bartvds), Jason Cheatham (https://github.com/jason0x43), and Alcedo Nathaniel De Guzman Jr (https://github.com/natealcedo). | ||
These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), [Jason Cheatham](https://github.com/jason0x43), [Alcedo Nathaniel De Guzman Jr](https://github.com/natealcedo), and [Griffin Yourick](https://github.com/tough-griff). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5243
53
2
+ Addedsource-map@^0.6.0
+ Addedsource-map@0.6.1(transitive)