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

docpad-plugin-coffeescript

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-coffeescript - npm Package Compare versions

Comparing version

to
2.1.3

Cakefile

4

History.md
## History
- v2.1.3 March 7, 2013
- Dependency upgrades
- `coffee-script` from 1.4.x to ~1.4.0
- v2.1.2 November 17, 2012

@@ -4,0 +8,0 @@ - Updated CoffeeScript from 1.3.x to 1.4.x

12

package.json
{
"name": "docpad-plugin-coffeescript",
"version": "2.1.2",
"version": "2.1.3",
"description": "Adds support for CoffeeScript to JavaScript compilation to DocPad",

@@ -15,6 +15,6 @@ "homepage": "http://docpad.org/plugin/coffeescript",

"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],

@@ -29,12 +29,12 @@ "bugs": {

"engines" : {
"node": ">=0.4.0",
"node": ">=0.4",
"docpad": "6.x"
},
"dependencies": {
"coffee-script": "1.4.x"
"coffee-script": "~1.4.0"
},
"main": "./out/coffeescript.plugin.js",
"scripts": {
"test": "node ./test/coffeescript.test.js"
"test": "node ./out/coffeescript.test.js"
}
}

Sorry, the diff of this file is not supported yet