Socket
Socket
Sign inDemoInstall

strtok3

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strtok3 - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

lib/ReadStreamTokenizer.js

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

var buf = new Buffer(length);
return this.streamReader.read(buf, 0, length).then(function () { return null; }); // Stream cannot skip data
return this.readBuffer(buf).then(function () { return null; }); // Stream cannot skip data
};

@@ -73,0 +73,0 @@ return ReadStreamTokenizer;

{
"name": "strtok3",
"version": "1.2.1",
"version": "1.2.2",
"description": "A promise based streaming tokenizer",

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

Sorry, the diff of this file is too big to display

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