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

utfstring

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utfstring - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 2.0.2
* Add missing `var` in front of local variable (#7, @SStauden).
# 2.0.1

@@ -2,0 +5,0 @@ * Fix bug causing utfstring to incorrectly calculate logical character indices.

2

package.json
{
"name": "utfstring",
"version": "2.0.1",
"version": "2.0.2",
"description": "UTF-safe string operations",

@@ -5,0 +5,0 @@ "repository": {

@@ -171,3 +171,3 @@ (function() {

for (var i = 0; i < string.length; i ++) {
codePoint = this.charCodeAt(string, i);
var codePoint = this.charCodeAt(string, i);

@@ -174,0 +174,0 @@ if (!codePoint) {

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