New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ember-cli-app-version-file

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-app-version-file

Publishes a file containing the app version when the Ember app is built

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

ember-cli-app-version-file

This is a tool for generating a file into your Ember build artifacts which contains your app version.

Usage

Add this as a devDependency.

Then configure your Ember environment:

ENV.appVersion: {
  enabled: true,             // Enable/disable per environment
  showCreateDate: false      // Toggles whether a timestamp is also published
  version: '1.0.0'           // The value which is written to the file
  outputFile: '/version.txt' // The path and filename to write
}

Thanks

This was heavily cribbed from broccoli-manifest.

License

MIT

Keywords

ember-addon

FAQs

Package last updated on 23 Mar 2017

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