Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

strtok3

Package Overview
Dependencies
Maintainers
1
Versions
99
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 7.0.0-alpha.6 to 7.0.0-alpha.7

21

package.json
{
"name": "strtok3",
"version": "7.0.0-alpha.6",
"version": "7.0.0-alpha.7",
"description": "A promise based streaming tokenizer",

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

"test-coverage": "c8 npm run test",
"send-coveralls": "c8 report --reporter=text-lcov | coveralls",
"send-coveralls": "c8 report | coveralls",
"send-codacy": "c8 report --reporter=text-lcov | codacy-coverage",

@@ -80,3 +80,3 @@ "start": "npm run compile && npm run lint && npm run cover-test"

"@tokenizer/token": "^0.3.0",
"peek-readable": "^5.0.0-alpha.4"
"peek-readable": "^5.0.0-alpha.5"
},

@@ -96,16 +96,3 @@ "keywords": [

"streaming"
],
"nyc": {
"check-coverage": false,
"extension": [
".ts"
],
"sourceMap": true,
"instrument": true,
"reporter": [
"lcov",
"text"
],
"report-dir": "coverage"
}
]
}
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