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

@types/git-revision-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/git-revision-webpack-plugin - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

git-revision-webpack-plugin/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for git-revision-webpack-plugin 3.0

import { Plugin } from 'webpack';
import { Compiler, WebpackPluginInstance } from 'webpack';

@@ -21,4 +21,5 @@ declare namespace GitRevisionPlugin {

declare class GitRevisionPlugin extends Plugin {
declare class GitRevisionPlugin implements WebpackPluginInstance {
constructor(options?: GitRevisionPlugin.Options);
apply(compiler: Compiler): void;
version(): string;

@@ -25,0 +26,0 @@ commithash(): string;

8

git-revision-webpack-plugin/package.json
{
"name": "@types/git-revision-webpack-plugin",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for git-revision-webpack-plugin",

@@ -14,3 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +25,4 @@ "type": "git",

},
"typesPublisherContentHash": "3591e56e41e18187aaf19f64641d9563cda1e6fb3ede4154f7d8d54dfd88dd32",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "9829c590cedfe7dd3d53fbd34ac4dd6a1896581fc850651a95afd2b1094bbe20",
"typeScriptVersion": "3.4"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-revision-webpack-plugin
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-revision-webpack-plugin.
Additional Details
* Last updated: Fri, 21 Jun 2019 07:45:52 GMT
* Dependencies: @types/webpack
### Additional Details
* Last updated: Mon, 25 Jan 2021 21:23:50 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack)
* Global values: none
# Credits
These definitions were written by Anders Kaseorg <https://github.com/andersk>.
These definitions were written by [Anders Kaseorg](https://github.com/andersk).

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