Socket
Socket
Sign inDemoInstall

grunt-contrib-coffee

Package Overview
Dependencies
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-coffee - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

25

package.json
{
"name": "grunt-contrib-coffee",
"description": "Compile CoffeeScript files to JavaScript",
"version": "1.0.0",
"version": "2.0.0",
"author": {

@@ -12,3 +12,3 @@ "name": "Grunt Team",

"engines": {
"node": ">= 0.10.0"
"node": ">=0.10.0"
},

@@ -20,17 +20,16 @@ "main": "tasks/coffee.js",

"dependencies": {
"chalk": "~1.0.0",
"coffee-script": "~1.10.0",
"lodash": "~4.3.0",
"uri-path": "~1.0.0"
"chalk": "^1.1.1",
"coffeescript": "^2.0.1",
"lodash": "^4.6.1",
"uri-path": "^1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-internal": "^0.4.6",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1"
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^1.4.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0"
},
"peerDependencies": {
"grunt": ">= 0.4.5"
"grunt": ">=0.4.5"
},

@@ -37,0 +36,0 @@ "keywords": [

@@ -1,2 +0,2 @@

# grunt-contrib-coffee v1.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-coffee.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ns3waxwcw8ddcr3f/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-coffee/branch/master)
# grunt-contrib-coffee v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-coffee.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ns3waxwcw8ddcr3f/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-coffee/branch/master)

@@ -134,2 +134,3 @@ > Compile CoffeeScript files to JavaScript

* 2017-09-27   v2.0.0   Updates to CoffeeScript 2.0.1.
* 2016-02-15   v1.0.0   Updates to CoffeeScript 1.10.0. Update other dependencies. Use `options.sourceMapDir` when creating `sourceRoot`. Logs information if no valid files were matched.

@@ -139,21 +140,21 @@ * 2015-02-20   v0.13.0   Updates to CoffeeScript 1.9.1.

* 2014-08-15   v0.11.1   Fixes summary logging.
* 2014-08-06   v0.11.0   Adds summary containing number of files created. Move file creation logging to grunt.verbose. Updates Chalk to 0.5.
* 2014-02-07   v0.10.0   SourceMappingURL calculated correctly
* 2014-01-29   v0.9.0   Source mapping fixes. Update coffee-script to 1.7.0 Use lodash directly instead of deprecated grunt.util._
* 2014-01-17   v0.8.2   Force coffeescript 1.6.3 Use new sourceMappingUrl syntax.
* 2014-08-06   v0.11.0   Adds summary containing number of files created. Move file creation logging to `grunt.verbose`. Updates chalk to 0.5.
* 2014-02-07   v0.10.0   `sourceMappingURL` calculated correctly.
* 2014-01-29   v0.9.0   Source mapping fixes. Update CoffeeScript to 1.7.0. Use lodash directly instead of deprecated `grunt.util._`.
* 2014-01-17   v0.8.2   Force CoffeeScript 1.6.3. Use new `sourceMappingUrl` syntax.
* 2014-01-17   v0.8.1   Fix sourcemap regression.
* 2013-12-24   v0.8.0   Support sourceMapDir
* 2013-04-19   v0.7.0   Place Sourcemaps at bottom of file Change extension for Sourcemaps from .maps to .js.map
* 2013-04-18   v0.6.7   Improved error reporting
* 2013-12-24   v0.8.0   Support `sourceMapDir`.
* 2013-04-19   v0.7.0   Place source maps at bottom of file. Change extension for source maps from .maps to .js.map.
* 2013-04-18   v0.6.7   Improved error reporting.
* 2013-04-08   v0.6.6   Fix regression with single-file compilation.
* 2013-04-05   v0.6.5   Improved error reporting
* 2013-03-22   v0.6.4   Sourcemap support
* 2013-04-05   v0.6.5   Improved error reporting.
* 2013-03-22   v0.6.4   Sourcemap support.
* 2013-03-19   v0.6.3   Increase error logging verbosity.
* 2013-03-18   v0.6.2   Bump to CoffeeScript 1.6.2
* 2013-03-18   v0.6.1   Support `join` option
* 2013-03-06   v0.6.0   Bump to CoffeeScript 1.6 Support literate CoffeeScript extension coffee.md
* 2013-02-25   v0.5.0   Bump to CoffeeScript 1.5 Support literate CoffeeScript (.litcoffee)
* 2013-03-18   v0.6.2   Bump to CoffeeScript 1.6.2.
* 2013-03-18   v0.6.1   Support `join` option.
* 2013-03-06   v0.6.0   Bump to CoffeeScript 1.6. Support literate CoffeeScript extension coffee.md.
* 2013-02-25   v0.5.0   Bump to CoffeeScript 1.5. Support literate CoffeeScript (.litcoffee).
* 2013-02-15   v0.4.0   First official release for Grunt 0.4.0.
* 2013-01-23   v0.4.0rc7   Updating grunt/gruntplugin dependencies to rc7. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions. Bump coffeescript dependency to 1.4.
* 2013-01-09   v0.4.0rc5   Updating to work with grunt v0.4.0rc5. Switching to this.filesSrc api.
* 2013-01-09   v0.4.0rc5   Updating to work with grunt v0.4.0rc5. Switching to `this.filesSrc` API.
* 2012-12-15   v0.4.0a   Conversion to grunt v0.4 conventions. Remove experimental destination wildcards.

@@ -169,2 +170,2 @@ * 2012-10-12   v0.3.2   Rename grunt-contrib-lib dep to grunt-lib-contrib.

*This file was generated on Mon Feb 15 2016 19:16:25.*
*This file was generated on Wed Sep 27 2017 16:29:13.*

@@ -34,3 +34,3 @@ /*

var validFiles = removeInvalidFiles(f);
if (validFiles.length === 0) {

@@ -183,3 +183,3 @@ grunt.log.warn('Destination ' + chalk.cyan(f.dest) + ' not written because no source files were found.');

try {
return require('coffee-script').compile(code, coffeeOptions);
return require('coffeescript').compile(code, coffeeOptions);
} catch (e) {

@@ -186,0 +186,0 @@ if (e.location == null ||

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