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 2.0.4 to 2.0.5

10

CHANGELOG.md

@@ -6,2 +6,12 @@ # Change Log

## [2.0.5](https://github.com/bluelovers/ws-regexp/compare/regexp-range@2.0.4...regexp-range@2.0.5) (2024-03-01)
### 📌 Dependencies
* update deps ([e9a581a](https://github.com/bluelovers/ws-regexp/commit/e9a581a6e0532881e0950c5b296946744737aad6))
## [2.0.4](https://github.com/bluelovers/ws-regexp/compare/regexp-range@2.0.3...regexp-range@2.0.4) (2024-01-29)

@@ -8,0 +18,0 @@

8

dist/index.d.ts

@@ -1,6 +0,3 @@

export declare const TABLE_RANGE: {
readonly chinese: string[][];
readonly chinese2: string[][];
readonly circle: string[][];
};
import { TABLE_RANGE } from '@lazy-cjk/regexp-range-table';
export type IOptions = {

@@ -37,2 +34,3 @@ /**

export {
TABLE_RANGE,
matchRange as default,

@@ -39,0 +37,0 @@ };

{
"name": "regexp-range",
"version": "2.0.4",
"version": "2.0.5",
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...",

@@ -55,2 +55,3 @@ "keywords": [

"test:jest": "jest --passWithNoTests",
"test:jest:coverage": "yarn run test:jest -- --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",

@@ -87,7 +88,7 @@ "test:snapshot": "yarn run test -- -u",

"@bluelovers/fill-range": "^7.0.2",
"@lazy-cjk/regexp-range-table": "^1.0.5",
"@lazy-cjk/regexp-range-table": "^1.0.6",
"array-hyper-unique": "^2.1.4"
},
"packageManager": "yarn@1.22.19",
"gitHead": "3da68f8abe92eaa77bb13b8cc1b852b1f831c735"
"gitHead": "e905ea55dc6433024806ea9db77147b282b5566d"
}
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