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

regexp-range

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp-range - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "regexp-range",
"version": "1.0.6",
"version": "1.0.7",
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...",

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

@@ -6,5 +6,5 @@ /**

chinese: string[][];
chinese2: any[];
chinese2: string[][];
circle: string[][];
};
export default table_range;

@@ -5,3 +5,3 @@ /**

export declare let list_range: string[][];
export declare let list_range2: any[];
export declare let list_range2: string[][];
export default list_range;
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