Socket
Socket
Sign inDemoInstall

@types/webpack-sources

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack-sources - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

12

webpack-sources v0.1/index.d.ts

@@ -9,5 +9,5 @@ // Type definitions for webpack-sources 0.1

import { Hash } from 'crypto';
import { SourceNode, RawSourceMap, SourceMapGenerator } from 'source-map';
import { SourceListMap } from 'source-list-map';
import { Hash } from "crypto";
import { SourceListMap } from "source-list-map";
import { RawSourceMap, SourceMapGenerator, SourceNode } from "source-map";

@@ -48,3 +48,3 @@ export abstract class Source {

_cachedMaps: {
[prop: string]: RawSourceMap
[prop: string]: RawSourceMap;
};

@@ -117,3 +117,3 @@

columns?: boolean | undefined;
}
},
): SourceNode;

@@ -209,3 +209,3 @@

module?: boolean | undefined;
}
},
): SourceListMap;

@@ -212,0 +212,0 @@

{
"name": "@types/webpack-sources",
"version": "0.1.9",
"version": "0.1.10",
"description": "TypeScript definitions for webpack-sources",

@@ -32,4 +32,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-sources",

},
"typesPublisherContentHash": "2f6824e3ab2a4c3f20b781ec6d29738b29afd7edf09d1e1dfd30221beaa37d4a",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "fea99905805f04e3b3d35419b754a0182ac0d5087489f49c8f1fc70564789f66",
"typeScriptVersion": "4.5"
}

@@ -11,4 +11,4 @@ # Installation

### Additional Details
* Last updated: Fri, 02 Jul 2021 18:05:31 GMT
* Dependencies: [@types/source-map](https://npmjs.com/package/@types/source-map), [@types/source-list-map](https://npmjs.com/package/@types/source-list-map), [@types/node](https://npmjs.com/package/@types/node)
* Last updated: Mon, 25 Sep 2023 13:39:07 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/source-list-map](https://npmjs.com/package/@types/source-list-map), [@types/source-map](https://npmjs.com/package/@types/source-map)
* Global values: none

@@ -15,0 +15,0 @@

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