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

@lazy-cjk/zh-table-list

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lazy-cjk/zh-table-list - npm Package Compare versions

Comparing version 1.0.80 to 1.0.81

31

CHANGELOG.md

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

## [1.0.81](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/zh-table-list@1.0.80...@lazy-cjk/zh-table-list@1.0.81) (2022-10-16)
### 📦 Code Refactoring
* update import ([1c65802](https://github.com/bluelovers/ws-regexp/commit/1c658029a945b07193d30d26bddafd1ba23944a5))
### 📚 Documentation
* update meta and deps ([333919c](https://github.com/bluelovers/ws-regexp/commit/333919c0bfbed688463fa4850d47ec29cbf0a1a2))
### 🚨 Tests
* update snapshot ([b305f86](https://github.com/bluelovers/ws-regexp/commit/b305f86986b073c1504fc842d019a61453a69741))
### 🛠 Build System
* update typescript ([8a56808](https://github.com/bluelovers/ws-regexp/commit/8a568085c5047a1ae2fa9f79421b15a405c9c489))
### 📌 Dependencies
* update deps ([2811845](https://github.com/bluelovers/ws-regexp/commit/28118450fad02f8883bf328a98b2166f7b6b3fc3))
* update deps ([84eb794](https://github.com/bluelovers/ws-regexp/commit/84eb7941e3fbd630fde0b2996fb5e2f9be101179))
## [1.0.80](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/zh-table-list@1.0.79...@lazy-cjk/zh-table-list@1.0.80) (2022-02-04)

@@ -8,0 +39,0 @@

2

list.d.ts

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

import { IOptions as IOptionsCjkConv } from '@lazy-cjk/jp-table-convert';
export declare type IOptions = {
export type IOptions = {
optionsZhTable?: IOptionsZhTable;

@@ -9,0 +9,0 @@ skip?: any;

@@ -9,3 +9,3 @@ "use strict";

const index_1 = tslib_1.__importDefault(require("./index"));
const uni_string_1 = tslib_1.__importDefault(require("uni-string"));
const uni_string_1 = require("uni-string");
const jp_table_convert_1 = require("@lazy-cjk/jp-table-convert");

@@ -22,3 +22,3 @@ const zh_convert_1 = require("@lazy-cjk/zh-convert");

function charTableList(text, options = {}) {
let a = uni_string_1.default.split(text, '');
let a = uni_string_1.UString.split(text, '');
options = Object.assign({}, options);

@@ -25,0 +25,0 @@ let optionsZhTable = Object.assign({

{
"name": "@lazy-cjk/zh-table-list",
"version": "1.0.80",
"version": "1.0.81",
"description": "",

@@ -54,3 +54,4 @@ "keywords": [

"type": "git",
"url": "git+https://github.com/bluelovers/ws-regexp.git"
"url": "git+https://github.com/bluelovers/ws-regexp.git",
"directory": "packages/@lazy-cjk/zh-table-list"
},

@@ -65,5 +66,9 @@ "license": "ISC",

"test:jest": "jest",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"npm:publish": "npm publish",
"npm:publish:lerna": "lerna publish --yes",
"preversion": "yarn run test",
"prepublish:lockfile": "npx sync-lockfile .",

@@ -78,8 +83,8 @@ "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",

"dependencies": {
"@lazy-cjk/jp-table-convert": "^1.0.43",
"@lazy-cjk/zh-convert": "^1.0.44",
"@lazy-cjk/zh-table-alias": "^1.0.58",
"@lazy-cjk/zh-table-greedy": "^1.0.84",
"tslib": "^2.3.1",
"uni-string": "^1.1.12"
"@lazy-cjk/jp-table-convert": "^1.0.44",
"@lazy-cjk/zh-convert": "^1.0.45",
"@lazy-cjk/zh-table-alias": "^1.0.59",
"@lazy-cjk/zh-table-greedy": "^1.0.85",
"tslib": ">=2",
"uni-string": "^2.0.2"
},

@@ -89,3 +94,3 @@ "publishConfig": {

},
"gitHead": "d179269171b3b5ddfdba1a4d6d83db37b24dba9e"
"gitHead": "e4f1fa1320fc53a7d04384baf64779072ceef73b"
}

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