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.7 to 1.0.9

27

CHANGELOG.md

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

## [1.0.9](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/util@1.0.7...@lazy-cjk/util@1.0.9) (2021-06-21)
### 💎 Styles
* use importHelpers ([6bedeef](https://github.com/bluelovers/ws-regexp/commit/6bedeefcb325c049cbdfaf3ba3fc3afa7140893d))
### 🔖 Miscellaneous
* . ([2fc9875](https://github.com/bluelovers/ws-regexp/commit/2fc9875ea48136c70e1dee845d4e1b14eca184a9))
## [1.0.8](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/util@1.0.7...@lazy-cjk/util@1.0.8) (2021-06-21)
### 💎 Styles
* use importHelpers ([6bedeef](https://github.com/bluelovers/ws-regexp/commit/6bedeefcb325c049cbdfaf3ba3fc3afa7140893d))
## [1.0.7](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/util@1.0.6...@lazy-cjk/util@1.0.7) (2020-06-26)

@@ -8,0 +35,0 @@

5

package.json
{
"name": "@lazy-cjk/util",
"version": "1.0.7",
"version": "1.0.9",
"description": "",

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

"dependencies": {
"tslib": "^2.3.0",
"uni-string": "^1.1.10"

@@ -82,3 +83,3 @@ },

},
"gitHead": "14566ded581577e7a716ed3c9be42d360a66f63e"
"gitHead": "1aa0f123c804bfd33203716a9c7d11804c2e411e"
}

6

strtable.js

@@ -5,8 +5,6 @@ "use strict";

*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.utf8Split = exports.jsSplit = exports.toStrTable = exports.toStrTableArray = void 0;
const uni_string_1 = __importDefault(require("uni-string"));
const tslib_1 = require("tslib");
const uni_string_1 = tslib_1.__importDefault(require("uni-string"));
function toStrTableArray(table, options = {}) {

@@ -13,0 +11,0 @@ if (typeof table !== 'object' || Array.isArray(table)) {

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