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.3.1 to 1.3.2

2

lib/AbstractTokenizer.js

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

var _this = this;
return this.peekBuffer(this.numBuffer, 0, token.len, null).then(function (len) {
return this.peekBuffer(this.numBuffer, 0, token.len).then(function (len) {
if (len < token.len)

@@ -40,0 +40,0 @@ throw new Error(_1.endOfFile);

{
"name": "strtok3",
"version": "1.3.1",
"version": "1.3.2",
"description": "A promise based streaming tokenizer",

@@ -50,3 +50,3 @@ "author": {

"fs-extra": "^4.0.1",
"then-read-stream": "^1.0.2",
"then-read-stream": "^1.0.3",
"token-types": "^0.9.1"

@@ -53,0 +53,0 @@ },

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