🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

regexp-cjk

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp-cjk - npm Package Compare versions

Comparing version

to
3.3.84

11

CHANGELOG.md

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

## [3.3.84](https://github.com/bluelovers/ws-regexp/compare/regexp-cjk@3.3.83...regexp-cjk@3.3.84) (2020-08-31)
### ♻️ Chores
* update type ([9cd7eaf](https://github.com/bluelovers/ws-regexp/commit/9cd7eaf420141e5545075abab5996f92d578c7ae))
## [3.3.83](https://github.com/bluelovers/ws-regexp/compare/regexp-cjk@3.3.82...regexp-cjk@3.3.83) (2020-08-26)

@@ -8,0 +19,0 @@

2

lib/mergeOptions.d.ts

@@ -6,3 +6,3 @@ /**

import { INodeInput } from 'regexp-parser-event';
export declare function customizer(objValue: any, srcValue: any): any[];
export declare function customizer<T extends any[], U extends any[]>(objValue: T, srcValue: U): [...T, ...U];
export interface IGetSettingOptions<S extends IRegExpUserInput = IRegExpUserInput> {

@@ -9,0 +9,0 @@ str: S;

{
"name": "regexp-cjk",
"version": "3.3.83",
"version": "3.3.84",
"description": "Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn",

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

"dependencies": {
"@lazy-cjk/zh-table-list": "^1.0.56",
"@lazy-cjk/zh-table-list": "^1.0.57",
"array-hyper-unique": "^1.1.9",

@@ -103,3 +103,3 @@ "lodash": "^4.17.20",

},
"gitHead": "45a3cbfeb73ab8901792471b030ec258f7f5c9da"
"gitHead": "d370c581b6b4021d40addaa12c657ebba9746247"
}

Sorry, the diff of this file is not supported yet