node-stringprep
Advanced tools
Comparing version 0.7.1 to 0.7.2
16
index.js
@@ -12,11 +12,9 @@ 'use strict'; | ||
} catch (ex) { | ||
if (process.title !== 'browser') { | ||
console.log( | ||
'Cannot load StringPrep-' + | ||
require('./package.json').version + | ||
' bindings (using fallback). You may need to ' + | ||
'`npm install node-stringprep`' | ||
) | ||
log(ex) | ||
} | ||
log( | ||
'Cannot load StringPrep-' + | ||
require('./package.json').version + | ||
' bindings (using fallback). You may need to ' + | ||
'`npm install node-stringprep`' | ||
) | ||
log(ex) | ||
} | ||
@@ -23,0 +21,0 @@ |
{ | ||
"name": "node-stringprep", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "ICU StringPrep profiles", |
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
21278
271