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.1.20-alpha to 0.1.21-alpha

7

index.d.ts

@@ -6,2 +6,5 @@ // Type definitions for source-map v0.1.38

export = SourceMap;
export as namespace sourceMap;
declare namespace SourceMap {

@@ -88,5 +91,1 @@ interface StartOfSourceMap {

}
declare module 'source-map' {
export = SourceMap;
}
{
"name": "@types/source-map",
"version": "0.1.20-alpha",
"version": "0.1.21-alpha",
"description": "TypeScript definitions for source-map v0.1.38",

@@ -8,2 +8,6 @@ "main": "",

"author": "Morten Houston Ludvigsen <https://github.com/MortenHoustonLudvigsen>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",

@@ -10,0 +14,0 @@ "typings": "index.d.ts",

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:37 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:34 GMT
* File structure: UMD
* Library Dependencies: none
* Module Dependencies: none
* Global values: SourceMap
* Global values: sourceMap, SourceMap
# Credits
These definitions were written by Morten Houston Ludvigsen <https://github.com/MortenHoustonLudvigsen>.

@@ -13,13 +13,12 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "UMD",
"globals": [
"sourceMap",
"SourceMap"
],
"declaredModules": [
"source-map"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "0b5b96f9b468f60fe7596204e9b9987da06fad972aa9eaa722b9fd5a74dd5e5d"
"contentHash": "fa081ebb76d3055b51bda53e8b964268636aebbf55cd8103971303879650b716"
}
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