liquid-node
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -15,3 +15,3 @@ { | ||
"description": "Node.js port of Tobias Lütke's Liquid template engine.", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"homepage": "https://github.com/sirlantis/liquid-node", | ||
@@ -24,4 +24,3 @@ "bugs": "https://github.com/sirlantis/liquid-node/issues", | ||
"directories": { | ||
"src": "./src", | ||
"test": "./test" | ||
"lib": "./lib" | ||
}, | ||
@@ -33,16 +32,15 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"coffee-script": "1.4.x", | ||
"underscore": ">=1.2.3", | ||
"q": ">= 0.8.12", | ||
"async": ">= 0.1.22" | ||
"bluebird": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"expresso": ">=0.9.0", | ||
"grunt": "~0.4.2", | ||
"grunt-release": "~0.6.0" | ||
"coffee-script": "~1.7.1", | ||
"chai": "~1.9.1", | ||
"mocha": "~1.18.2", | ||
"chai-as-promised": "^4.1.1" | ||
}, | ||
"scripts": { | ||
"test": "expresso test/*.coffee", | ||
"postinstall": "cake build" | ||
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register -r test/*.coffee -R spec", | ||
"compile": "./node_modules/.bin/coffee --output lib --map --compile src", | ||
"prepublish": "npm test && npm run-script compile" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
215523
1
88
1902
0
4
+ Addedbluebird@^1.2.2
+ Addedbluebird@1.2.4(transitive)
- Removedasync@>= 0.1.22
- Removedcoffee-script@1.4.x
- Removedq@>= 0.8.12
- Removedunderscore@>=1.2.3
- Removedasap@2.0.6(transitive)
- Removedasync@3.2.6(transitive)
- Removedcoffee-script@1.4.0(transitive)
- Removedpop-iterate@1.0.1(transitive)
- Removedq@2.0.3(transitive)
- Removedunderscore@1.13.7(transitive)
- Removedweak-map@1.0.8(transitive)