Socket
Socket
Sign inDemoInstall

@protobufjs/utf8

Package Overview
Dependencies
0
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

6

index.js

@@ -15,3 +15,3 @@ "use strict";

*/
utf8.length = function length(string) {
utf8.length = function utf8_length(string) {
var len = 0,

@@ -41,3 +41,3 @@ c = 0;

*/
utf8.read = function(buffer, start, end) {
utf8.read = function utf8_read(buffer, start, end) {
var len = end - start;

@@ -82,3 +82,3 @@ if (len < 1)

*/
utf8.write = function(string, buffer, offset) {
utf8.write = function utf8_write(string, buffer, offset) {
var start = offset,

@@ -85,0 +85,0 @@ c1, // character 1

{
"name": "@protobufjs/utf8",
"description": "A minimal UTF8 implementation for number arrays.",
"version": "1.0.6",
"version": "1.0.7",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc