Comparing version 0.1.13 to 0.2.0
@@ -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" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
166876
0
8
2