Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-node-compile

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-node-compile - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

.travis.yml

8

package.json
{
"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' });

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