ng-node-compile
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "ng-node-compile", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Compile angular templates, on Server side!", | ||
"main": "main.js", | ||
"dependencies": { | ||
"jsdom": "^4.0.0" | ||
"jsdom": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.0.0", | ||
"coveralls": "^2.11.2", | ||
"istanbul": "^0.3.17", | ||
"mocha": "^2.2.5" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha" | ||
}, | ||
@@ -16,0 +18,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
# ng-node-compile | ||
# ng-node-compile [![Build Status](https://travis-ci.org/MoLow/ng-node-compile.svg?branch=v2.x)](https://travis-ci.org/MoLow/ng-node-compile) [![Coverage Status](https://coveralls.io/repos/MoLow/ng-node-compile/badge.svg?branch=v2.x&service=github)](https://coveralls.io/github/MoLow/ng-node-compile?branch=v2.x) | ||
@@ -8,2 +8,5 @@ Compile html templates the angular way, in node js! | ||
[![npm](https://nodei.co/npm/ng-node-compile.png)](https://www.npmjs.com/package/ng-node-compile) | ||
```js | ||
@@ -10,0 +13,0 @@ new ngcompile().$interpolate("hello {{name}}")({ name: 'Jhon doe' }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
125
980756
4
+ Addedjsdom@5.6.1(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedtough-cookie@1.2.0(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedjsdom@4.5.2(transitive)
Updatedjsdom@^5.0.0