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

tokenizr

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tokenizr - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

package.json
{
"name": "tokenizr",
"version": "1.5.1",
"version": "1.5.2",
"description": "String Tokenization Library for JavaScript",

@@ -5,0 +5,0 @@ "keywords": [ "string", "token", "scanner", "lexer" ],

@@ -446,2 +446,22 @@

Alternatives
------------
The following alternatives are known:
- [moo](https://github.com/no-context/moo):
A very powerful tokenizer/lexer. It provides nearly the same
functionality than Tokenizr. In addition, it compiles all regular
expressions into a single one and hence is one of the fastest
tokenizers/lexers.
- [flex-js](https://github.com/sormy/flex-js)
A medium powerful tokenizer/lexer. It provides nearly the same
functionality than Tokenizr.
- [lex](https://github.com/aaditmshah/lexer):
A tokenizer/lexer, modeled after the popular C solution Flex. This
small library is similar in spirit, but not as flexible as it does not
provide state supports.
License

@@ -448,0 +468,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