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 5.0.1 to 5.0.2

20

package.json
{
"name": "strtok3",
"version": "5.0.1",
"version": "5.0.2",
"description": "A promise based streaming tokenizer",

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

"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -35,2 +35,6 @@ "repository": {

"typings": "lib/index.d.ts",
"files": [
"lib/**/*.js",
"lib/**/*.d.ts"
],
"bugs": {

@@ -42,5 +46,5 @@ "url": "https://github.com/Borewit/strtok3/issues"

"@types/mocha": "^5.2.7",
"@types/node": "^13.1.4",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"@types/node": "^13.1.7",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"chai": "^4.2.0",

@@ -56,7 +60,7 @@ "coveralls": "^3.0.7",

"token-types": "^2.0.0",
"ts-node": "^8.5.2",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"dependencies": {
"@tokenizer/token": "^0.1.0",
"@tokenizer/token": "^0.1.1",
"debug": "^4.1.1",

@@ -63,0 +67,0 @@ "peek-readable": "^3.1.0"

8

README.md

@@ -31,3 +31,3 @@ [![Build Status](https://travis-ci.org/Borewit/strtok3.svg?branch=master)](https://travis-ci.org/Borewit/strtok3)

```sh
npm install --save strtok3
npm install strtok3
```

@@ -273,3 +273,3 @@

# Browser compatibility
## Browser compatibility
To exclude fs based dependencies, you can use a submodule-import from 'strtok3/lib/core'.

@@ -283,4 +283,3 @@

## Working with Web-API readable stream
### Working with Web-API readable stream
To convert a [Web-API readable stream](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultReader) into a [Node.js readable stream]((https://nodejs.org/api/stream.html#stream_readable_streams)), you can use [readable-web-to-node-stream](https://github.com/Borewit/readable-web-to-node-stream) to convert one in another.

@@ -302,2 +301,1 @@

```
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