docpad-plugin-coffeescript
Advanced tools
Comparing version
## 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 |
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6722
62.25%0
-100%30
-30.23%Updated