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.29 to 0.5.0

8

source-map/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for source-map v0.1.38
// Type definitions for source-map v0.5.6
// Project: https://github.com/mozilla/source-map

@@ -61,3 +61,3 @@ // Definitions by: Morten Houston Ludvigsen <https://github.com/MortenHoustonLudvigsen>

constructor(rawSourceMap: RawSourceMap);
constructor(rawSourceMap: RawSourceMap | string);

@@ -119,5 +119,5 @@ public computeColumnSpans(): void;

public add(chunk: any): SourceNode;
public add(chunk: (string | SourceNode)[] | SourceNode | string): SourceNode;
public prepend(chunk: any): SourceNode;
public prepend(chunk: (string | SourceNode)[] | SourceNode | string): SourceNode;

@@ -124,0 +124,0 @@ public setSourceContent(sourceFile: string, sourceContent: string): void;

{
"name": "@types/source-map",
"version": "0.1.29",
"description": "TypeScript definitions for source-map v0.1.38",
"version": "0.5.0",
"description": "TypeScript definitions for source-map v0.5.6",
"license": "MIT",

@@ -16,3 +16,3 @@ "author": "Morten Houston Ludvigsen <https://github.com/MortenHoustonLudvigsen>",

"typings": "index.d.ts",
"typesPublisherContentHash": "1a54d4ba10a3288dfdbabd10f9fb6463d11b8f629ea60f571bf12d20c4524a4f"
"typesPublisherContentHash": "4d8b199bd9638cd0a287d03b1152f2a59c39094fc1c02ce1910d6371e2f62e18"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for source-map v0.1.38 (https://github.com/mozilla/source-map).
This package contains type definitions for source-map v0.5.6 (https://github.com/mozilla/source-map).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 01 Nov 2016 13:31:15 GMT
* Last updated: Mon, 14 Nov 2016 19:35:02 GMT
* File structure: UMD

@@ -15,0 +15,0 @@ * Library Dependencies: none

@@ -6,5 +6,5 @@ {

"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "1",
"libraryName": "source-map v0.1.38",
"libraryMajorVersion": 0,
"libraryMinorVersion": 5,
"libraryName": "source-map v0.5.6",
"typingsPackageName": "source-map",

@@ -24,3 +24,3 @@ "projectName": "https://github.com/mozilla/source-map",

"hasPackageJson": false,
"contentHash": "1a54d4ba10a3288dfdbabd10f9fb6463d11b8f629ea60f571bf12d20c4524a4f"
"contentHash": "4d8b199bd9638cd0a287d03b1152f2a59c39094fc1c02ce1910d6371e2f62e18"
}
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