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

@lazy-cjk/util

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lazy-cjk/util - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

26

CHANGELOG.md

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

## [1.0.18](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/util@1.0.17...@lazy-cjk/util@1.0.18) (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))
### 📌 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.17](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/util@1.0.16...@lazy-cjk/util@1.0.17) (2022-02-04)

@@ -8,0 +34,0 @@

15

package.json
{
"name": "@lazy-cjk/util",
"version": "1.0.17",
"version": "1.0.18",
"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/util"
},

@@ -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,4 +83,4 @@ "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",

"dependencies": {
"tslib": "^2.3.1",
"uni-string": "^1.1.12"
"tslib": ">=2",
"uni-string": "^2.0.2"
},

@@ -85,3 +90,3 @@ "publishConfig": {

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

@@ -7,4 +7,3 @@ "use strict";

exports.utf8Split = exports.jsSplit = exports.toStrTable = exports.toStrTableArray = void 0;
const tslib_1 = require("tslib");
const uni_string_1 = tslib_1.__importDefault(require("uni-string"));
const uni_string_1 = require("uni-string");
function toStrTableArray(table, options = {}) {

@@ -58,3 +57,3 @@ if (typeof table !== 'object' || Array.isArray(table)) {

function utf8Split(s) {
return uni_string_1.default.split(s, '');
return uni_string_1.UString.split(s, '');
}

@@ -61,0 +60,0 @@ exports.utf8Split = utf8Split;

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