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

node-stringprep

Package Overview
Dependencies
Maintainers
4
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.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",

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