New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-template-coffee

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-template-coffee - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

9

package.json
{
"name": "grunt-template-coffee",
"version": "0.1.3",
"version": "0.2.0",
"description": "Grunt-init scaffolding template for CoffeeScript applications",

@@ -35,10 +35,7 @@ "license": "BSD-3-Clause",

"grunt-coffeelint": "0.0.8",
"load-grunt-tasks": "~0.2.1",
"should": "~3.0.0",
"grunt-mocha-cli": "~1.5.0",
"load-grunt-tasks": "~0.3.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-codo": "~0.1.0"
"grunt-contrib-copy": "~0.5.0"
}
}

@@ -8,3 +8,3 @@ Grunt-Template-Coffee

> Grunt-init scaffolding template for CoffeeScript applications with support for [CoffeeLint](http://coffeelint.org), [Mocha](http://visionmedia.github.io/mocha) & [Should.js](https://github.com/visionmedia/should.js), and [Codo](https://github.com/coffeedoc/codo) via Grunt tasks
> Grunt-init scaffolding template for CoffeeScript applications with support for [CoffeeLint](http://coffeelint.org), [Mocha](http://visionmedia.github.io/mocha) & [Should.js](https://github.com/visionmedia/should.js), [UglifyJS](https://github.com/mishoo/UglifyJS2) and [Codo](https://github.com/coffeedoc/codo) via Grunt tasks

@@ -56,3 +56,3 @@ If you are new to using templates with Grunt, take a look at [Grunt-Init](http://gruntjs.com/project-scaffolding).

1. `test` - Test your CoffeeScript using [Mocha](http://visionmedia.github.io/mocha) and [Should.js](https://github.com/visionmedia/should.js)
1. `build` - Lint your code, test it, compile your CoffeeScript files and move everything into place, ready for publishing to **NPM**
1. `build` - Lint your code, test it, compile your CoffeeScript files, move them into place and then uglify them, making the app ready for publishing to **NPM**
1. `docs` - Generate API documentation from your source code using [Codo](https://github.com/coffeedoc/codo)

@@ -104,2 +104,3 @@

1. Copy all files from your root folder to *lib/*, except of *gruntfile.coffee*, *index.coffee* and *coffeelint.json*
1. Uglify and mangle all JavaScript files within the *lib/* directory

@@ -106,0 +107,0 @@ When finished, you will have a fully working, deployment-ready application in your *lib/* folder, ready for publishing to **NPM**. Just give it a try - create a test project, install dependencies and run `grunt build`, then take a look inside the *lib/* folder to see what happened.

@@ -45,4 +45,4 @@ /*

"grunt-mocha-cli": "~1.5.0",
"load-grunt-tasks": "~0.2.1",
"should": "~3.0.0"
"load-grunt-tasks": "~0.3.0",
"should": "~3.1.0"
};

@@ -49,0 +49,0 @@ files = init.filesToCopy(props);

Sorry, the diff of this file is not supported yet

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