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

wink-tokenizer

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wink-tokenizer - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

package.json
{
"name": "wink-tokenizer",
"version": "2.3.0",
"version": "2.3.1",
"description": "Multilingual tokenizer that automatically tags each token with its type",

@@ -5,0 +5,0 @@ "keywords": [

@@ -27,3 +27,3 @@ // wink-tokenizer

var rgxMention = /\@\w+/g;
var rgxHashtag = /\#[a-z][a-z0-9]*/g;
var rgxHashtag = /\#[a-z][a-z0-9]*/gi;
var rgxEmail = /[-!#$%&'*+\/=?^\w{|}~](?:\.?[-!#$%&'*+\/=?^\w`{|}~])*@[a-z0-9](?:-?\.?[a-z0-9])*(?:\.[a-z](?:-?[a-z0-9])*)+/gi;

@@ -30,0 +30,0 @@ // Bitcoin, Ruble, Indian Rupee, Other Rupee, Dollar, Pound, Yen, Euro, Wong.

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