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

nant

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nant - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.npmignore

10

package.json
{
"name": "nant",
"version": "0.1.0",
"version": "0.1.1",
"description": "A 'not-another-templating-language' for javascripters",
"main": "nant.js",
"scripts": {
"test": "test"
"test": "mocha"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-mocha-test": "^0.12.1",
"mocha": "^1.21.4"
},
"keywords": [

@@ -10,0 +16,0 @@ "html",

2

README.md

@@ -80,3 +80,3 @@ **nant** lets you generate your html templates with plain javascript (browser and server).

You can pass nested tags as body (note you don'need to call `toString()` on nested tags**)
You can pass nested tags as body (note you don'need to call `toString()` on nested tags)

@@ -83,0 +83,0 @@ ```javascript

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