🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yqg/webpack-version-plugin

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yqg/webpack-version-plugin

Webpack Version Plugin for YQG

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
2
Maintainers
4
Weekly downloads
 
Created
Source

@yqg/webpack-version-plugin

Adds a json file to your webpack build with the webpack hash and time.

This can be used to help single page apps detect a new version.

Usage

new WebpackVersionHashPlugin(options)

Default options:

{
  filename: 'version.json'
}

Output

{
  "version": "44c56d816a031ada87401d28a1339b9a",
  "date": "2018-06-26T12:07:16.683Z"
}

FAQs

Package last updated on 26 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts