node-stringprep
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -1,3 +0,3 @@ | ||
var SP = require('./build/default/node-stringprep'); | ||
var SP = require('./build/Release/node_stringprep.node'); | ||
var useSetImmediate = (parseFloat(process.version.replace('v', '')) >= 0.10) | ||
function run() { | ||
@@ -9,3 +9,6 @@ var p = new SP.StringPrep('nameprep'); | ||
process.nextTick(run); | ||
if (true == useSetImmediate) | ||
setImmediate(run) | ||
else | ||
process.nextTick(run) | ||
} | ||
@@ -12,0 +15,0 @@ |
{ | ||
"name": "node-stringprep", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"main": "./build/Release/node_stringprep.node", | ||
@@ -5,0 +5,0 @@ "description": "ICU StringPrep profiles", |
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
11633
17