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

ember-cli-coffeescript

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-coffeescript - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

CHANGELOG.md

7

blueprints/controller/index.js

@@ -8,4 +8,9 @@ module.exports = {

install: function(options) {
return this.lookupBlueprint('controller').install(options);
},
beforeInstall: function(options) {
this.lookupBlueprint('controller').beforeInstall(options);
var controllerBlueprint = this.lookupBlueprint('controller');
return controllerBlueprint.beforeInstall(options);
},

@@ -12,0 +17,0 @@ locals: function(options) {

8

package.json
{
"name": "ember-cli-coffeescript",
"version": "0.1.0",
"version": "0.1.1",
"description": "Adds precompilation of CoffeeScript files and all the basic generation types to the `ember generate` command.",

@@ -25,6 +25,6 @@ "main": "index.js",

"dependencies": {
"fs-extra": "^0.11.0",
"inflection": "^1.4.0",
"broccoli-coffee": "~0.1.1"
"broccoli-coffee": "~0.1.2",
"fs-extra": "^0.11.1",
"inflection": "^1.4.0"
}
}

@@ -14,3 +14,4 @@ # CoffeeScript support for ember-cli

**NB**: This addon requires ember-cli version `0.0.46` and up.
**NB**: This addon requires ember-cli version `0.1.0` and up. It might work on
earlier versions, but I wouldn't know.

@@ -17,0 +18,0 @@ ### How to use

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