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 6.2.4 to 6.3.0

2

lib/AbstractTokenizer.d.ts

@@ -61,3 +61,3 @@ import { ITokenizer, IFileInfo, IReadChunkOptions } from './types';

/**
* Ignore number of bytes, advances the pointer in under tokenizer-stream.
* Ignore number of bytes, advances the pointer in under tokenizer-stream.
* @param length - Number of bytes to ignore

@@ -64,0 +64,0 @@ * @return resolves the number of bytes ignored, equals length if this available, otherwise the number of bytes available

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

/**
* Ignore number of bytes, advances the pointer in under tokenizer-stream.
* Ignore number of bytes, advances the pointer in under tokenizer-stream.
* @param length - Number of bytes to ignore

@@ -69,0 +69,0 @@ * @return resolves the number of bytes ignored, equals length if this available, otherwise the number of bytes available

@@ -0,0 +0,0 @@ import { IFileInfo, IReadChunkOptions } from './types';

@@ -0,0 +0,0 @@ "use strict";

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

* @param stream - Read from Node.js Stream.Readable
* @param fileInfo - Pass the file information, like size and MIME-type of the correspnding stream.
* @param fileInfo - Pass the file information, like size and MIME-type of the corresponding stream.
* @returns ReadStreamTokenizer

@@ -16,0 +16,0 @@ */

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

* @param stream - Read from Node.js Stream.Readable
* @param fileInfo - Pass the file information, like size and MIME-type of the correspnding stream.
* @param fileInfo - Pass the file information, like size and MIME-type of the corresponding stream.
* @returns ReadStreamTokenizer

@@ -15,0 +15,0 @@ */

@@ -0,0 +0,0 @@ import { AbstractTokenizer } from './AbstractTokenizer';

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
{
"name": "strtok3",
"version": "6.2.4",
"version": "6.3.0",
"description": "A promise based streaming tokenizer",

@@ -47,28 +47,30 @@ "author": {

"devDependencies": {
"@types/chai": "^4.2.21",
"@types/chai": "^4.3.0",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.7",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.28.5",
"@typescript-eslint/parser": "^2.34.0",
"chai": "^4.3.4",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"chai": "^4.3.6",
"coveralls": "^3.1.1",
"del-cli": "^4.0.1",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"mocha": "^9.0.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^40.1.0",
"mocha": "^9.2.0",
"nyc": "^15.1.0",
"remark-cli": "^9.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"source-map-support": "^0.5.16",
"token-types": "^4.1.0",
"ts-node": "^10.1.0",
"tslint": "^6.1.3",
"typescript": "^4.3.5"
"remark-cli": "^10.0.1",
"remark-preset-lint-recommended": "^6.1.2",
"source-map-support": "^0.5.21",
"token-types": "^4.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@tokenizer/token": "^0.3.0",
"peek-readable": "^4.0.1"
"peek-readable": "^4.1.0"
},

@@ -75,0 +77,0 @@ "keywords": [

@@ -33,2 +33,6 @@ ![Node.js CI](https://github.com/Borewit/strtok3/workflows/Node.js%20CI/badge.svg)

### Compatibility
NPM module is compliant with [ECMAScript 2018 (ES9)](https://en.wikipedia.org/wiki/ECMAScript#9th_Edition_%E2%80%93_ECMAScript_2018).
## API

@@ -35,0 +39,0 @@

Sorry, the diff of this file is not supported yet

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