New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nunz

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nunz - npm Package Compare versions

Comparing version 0.1.13 to 0.2.0

ChangeLog.md

4

compiler.js

@@ -1,2 +0,2 @@

var Script = process.binding('evals').Script;
var vm = require('vm');
var HStream = require("./hstream").HStream;

@@ -71,3 +71,3 @@

// Call callback
callback(Script.runInNewContext(code + codeEnd, bundle));
callback(vm.runInNewContext(code + codeEnd, bundle));
}

@@ -74,0 +74,0 @@ exports.compile = compile;

{
"name" : "nunz",
"description" : "Totally asynchronous non-blocking template engine for node.js",
"version" : "0.1.13",
"main" : "./index",
"author" : "Alexander Dorofeev",
"maintainers" : [
{
"name" : "Alexander Dorofeev",
"email" : "aka.spin@gmail.com"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/akaspin/nun.git"
"name" : "nunz",
"description" : "Totally asynchronous non-blocking template engine for node.js",
"version" : "0.2.0",
"main" : "./index",
"author" : "Alexander Dorofeev",
"maintainers" : [
{
"name" : "Alexander Dorofeev",
"email" : "aka.spin@gmail.com"
},
"bugs" : {
"web" : "http://github.com/akaspin/nun/issues"
},
"directories" : {
"test" : "./test"
},
"scripts" : {
"test" : "make test",
"benchmark" : "make benchmark"
},
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/akaspin/nun/blob/master/LICENSE"
}
]
}
{
"name" : "Senmiao Liu",
"email" : "zir.echo@gmail.com"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/zir/nunz.git"
},
"bugs" : {
"web" : "http://github.com/zir/nunz/issues"
},
"directories" : {
"test" : "./test"
},
"scripts" : {
"test" : "make test",
"benchmark" : "make benchmark"
},
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/akaspin/nun/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.4.0"
}
}
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