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 3.0.5 to 3.0.6

4

lib/AbstractTokenizer.d.ts

@@ -14,3 +14,3 @@ /// <reference types="node" />

* @param position is an integer specifying where to begin reading from in the file. If position is null, data will be read from the current file position.
* @param maybeless If set, will not throw an EOF error if the less then the requested length could be read
* @param maybeless If set, will not throw an EOF error if not all of the requested data could be read
* @returns {Promise<number>}

@@ -25,3 +25,3 @@ */

* @param position is an integer specifying where to begin reading from in the file. If position is null, data will be read from the current file position.
* @param maybeless If set, will not throw an EOF error if the less then the requested length could be read
* @param maybeless If set, will not throw an EOF error if not all of the requested data could be read
* @returns {Promise<number>}

@@ -28,0 +28,0 @@ */

{
"name": "strtok3",
"version": "3.0.5",
"version": "3.0.6",
"description": "A promise based streaming tokenizer",

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

"debug": "^4.1.1",
"then-read-stream": "^2.0.7",
"then-read-stream": "^2.0.8",
"token-types": "^1.1.0"

@@ -58,0 +58,0 @@ },

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