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.38 to 1.0.40

22

CHANGELOG.md

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

## [1.0.40](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.39...regexp-range@1.0.40) (2022-02-04)
### 🔖 Miscellaneous
* . ([1b49c3a](https://github.com/bluelovers/ws-regexp/commit/1b49c3ab0b637b5ff52b8417849560a451e0d3ee))
## [1.0.39](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.38...regexp-range@1.0.39) (2022-02-04)
### 🛠 Build System
* update typescript ([2fe5ed4](https://github.com/bluelovers/ws-regexp/commit/2fe5ed4bc31717187d91d13d0b64ae797a72731f))
## [1.0.38](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.36...regexp-range@1.0.38) (2021-12-08)

@@ -8,0 +30,0 @@

6

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

@@ -49,3 +49,3 @@ "keywords": [

"dependencies": {
"@lazy-cjk/japanese": "^1.2.24",
"@lazy-cjk/japanese": "^1.2.27",
"array-hyper-unique": "^2.0.6",

@@ -55,3 +55,3 @@ "fill-range": "^7.0.1",

},
"gitHead": "a050032702fdf2c11814f4f1ec55821db469a3a2"
"gitHead": "d179269171b3b5ddfdba1a4d6d83db37b24dba9e"
}

@@ -8,4 +8,4 @@ "use strict";

const tslib_1 = require("tslib");
const fill_range_1 = (0, tslib_1.__importDefault)(require("fill-range"));
const table_1 = (0, tslib_1.__importDefault)(require("./table"));
const fill_range_1 = tslib_1.__importDefault(require("fill-range"));
const table_1 = tslib_1.__importDefault(require("./table"));
exports.TABLE_RANGE = table_1.default;

@@ -12,0 +12,0 @@ const array_hyper_unique_1 = require("array-hyper-unique");

@@ -8,4 +8,4 @@ "use strict";

const tslib_1 = require("tslib");
const chinese_1 = (0, tslib_1.__importStar)(require("./table/chinese"));
const circle_1 = (0, tslib_1.__importDefault)(require("./table/circle"));
const chinese_1 = tslib_1.__importStar(require("./table/chinese"));
const circle_1 = tslib_1.__importDefault(require("./table/circle"));
exports.table_range = {

@@ -12,0 +12,0 @@ chinese: chinese_1.default,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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