libuv_thread
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,2 @@ | ||
var libuvThreadCC = require('../build/Release/libuv_thread.node').libuvThreadCC; | ||
var libuvThreadCC = require('../build/Release/uv_thread.node').libuvThreadCC; | ||
@@ -3,0 +3,0 @@ module.exports = function(work, arg, cb){ |
{ | ||
"name": "libuv_thread", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A Node.js multi-thread package,using libuv lib", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7133