New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

strtok3

Package Overview
Dependencies
Maintainers
1
Versions
113
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 10.2.0 to 10.2.1

7

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

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

"test": "mocha",
"bun:test": "bun run --bun test",
"test-coverage": "c8 yarn run test",

@@ -60,3 +61,3 @@ "send-codacy": "c8 report --reporter=text-lcov | codacy-coverage",

"@types/mocha": "^10.0.10",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"c8": "^10.1.3",

@@ -76,3 +77,3 @@ "chai": "^5.1.2",

"@tokenizer/token": "^0.3.0",
"peek-readable": "^6.1.0"
"peek-readable": "^6.1.1"
},

@@ -79,0 +80,0 @@ "keywords": [

@@ -1,2 +0,2 @@

[![Node.js CI](https://github.com/Borewit/strtok3/actions/workflows/nodejs-ci.yml/badge.svg?branch=master)](https://github.com/Borewit/strtok3/actions/workflows/nodejs-ci.yml?query=branch%3Amaster)
[![Node.js CI](https://github.com/Borewit/strtok3/actions/workflows/ci.yml/badge.svg)](https://github.com/Borewit/strtok3/actions/workflows/ci.yml)
[![CodeQL](https://github.com/Borewit/strtok3/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/Borewit/strtok3/actions/workflows/codeql.yml)

@@ -38,3 +38,3 @@ [![NPM version](https://badge.fury.io/js/strtok3.svg)](https://npmjs.org/package/strtok3)

Requires a modern browser or Node.js ≥ 18 engine.
Requires a modern browser, Node.js (V8) ≥ 18 engine or Bun (JavaScriptCore) ≥ 1.2.

@@ -41,0 +41,0 @@ For TypeScript CommonJs backward compatibility, you can use [load-esm](https://github.com/Borewit/load-esm).

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