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

@types/source-map-support

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/source-map-support - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

12

source-map-support/index.d.ts
// 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 @@

14

source-map-support/package.json
{
"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

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