Socket
Socket
Sign inDemoInstall

ember-cli-highcharts

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-highcharts - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

blueprints/chart/files/__path__/__name__.js

@@ -1,4 +0,4 @@

import Highcharts from 'ember-highcharts/addon/components/high-charts';
import HighchartsComponent from 'ember-highcharts/addon/components/high-charts';
export default Highcharts.extend({
export default HighchartsComponent.extend({
// chartMode: '', // empty, 'StockChart', or 'Map'

@@ -5,0 +5,0 @@ // chartOptions: {},

'use strict';
/*
This blueprint is run automatically via ember install:addon ember-cli-highcharts
Runs afterInstall hook to addBowerPackage dependency to our project for highcharts-release
Reference: http://johnotander.com/ember/2014/12/14/creating-an-emberjs-addon-with-the-ember-cli/
*/
module.exports = {
normalizeEntityName: function() {
//tbh, not sure why I need this, but it's here
},
afterInstall: function(options) {
//add Bower Package for highcharts-release
//@todo: highstock, highmaps?
return this.addBowerPackageToProject('highcharts-release');
}
};
{
"name": "ember-cli-highcharts",
"version": "0.0.3",
"version": "0.0.4",
"description": "The default blueprint for ember-cli addons.",

@@ -5,0 +5,0 @@ "directories": {

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