Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-stringprep

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-stringprep - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

9

leakcheck.js

@@ -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

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