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.4.0 to 0.5.0

test/toascii.js

9

index.js

@@ -22,2 +22,10 @@ 'use strict';

var toASCII = function(value) {
try {
return bindings.toASCII(value)
} catch (e) {
return value
}
}
var StringPrep = function(operation) {

@@ -87,3 +95,4 @@ this.operation = operation

toUnicode: toUnicode,
toASCII: toASCII,
StringPrep: StringPrep
}

2

package.json
{
"name": "node-stringprep",
"version": "0.4.0",
"version": "0.5.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "ICU StringPrep profiles",

Sorry, the diff of this file is not supported yet

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