New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yookue/ts-lang-utils

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yookue/ts-lang-utils - npm Package Compare versions

Comparing version 0.1.59 to 0.1.60

dist/cjs/util/ColorUtils.d.ts

1

dist/cjs/index.d.ts

@@ -5,2 +5,3 @@ export { IgnorableError } from './error/IgnorableError';

export { BooleanUtils } from './util/BooleanUtils';
export { ColorUtils } from './util/ColorUtils';
export { DateUtils } from './util/DateUtils';

@@ -7,0 +8,0 @@ export { JsonUtils } from './util/JsonUtils';

@@ -24,2 +24,3 @@ var __defProp = Object.defineProperty;

BooleanUtils: () => import_BooleanUtils.BooleanUtils,
ColorUtils: () => import_ColorUtils.ColorUtils,
DateUtils: () => import_DateUtils.DateUtils,

@@ -43,2 +44,3 @@ IgnorableError: () => import_IgnorableError.IgnorableError,

var import_BooleanUtils = require("./util/BooleanUtils");
var import_ColorUtils = require("./util/ColorUtils");
var import_DateUtils = require("./util/DateUtils");

@@ -58,2 +60,3 @@ var import_JsonUtils = require("./util/JsonUtils");

BooleanUtils,
ColorUtils,
DateUtils,

@@ -60,0 +63,0 @@ IgnorableError,

4

dist/cjs/util/ThreadUtils.js

@@ -35,4 +35,4 @@ var __defProp = Object.defineProperty;

* ```ts
* TimeUtils.sleep();
* TimeUtils.sleep().then(() => {});
* ThreadUtils.sleep();
* ThreadUtils.sleep().then(() => {});
* ```

@@ -39,0 +39,0 @@ */

@@ -5,2 +5,3 @@ export { IgnorableError } from './error/IgnorableError';

export { BooleanUtils } from './util/BooleanUtils';
export { ColorUtils } from './util/ColorUtils';
export { DateUtils } from './util/DateUtils';

@@ -7,0 +8,0 @@ export { JsonUtils } from './util/JsonUtils';

@@ -5,2 +5,3 @@ export { IgnorableError } from "./error/IgnorableError";

export { BooleanUtils } from "./util/BooleanUtils";
export { ColorUtils } from "./util/ColorUtils";
export { DateUtils } from "./util/DateUtils";

@@ -7,0 +8,0 @@ export { JsonUtils } from "./util/JsonUtils";

{
"name": "@yookue/ts-lang-utils",
"version": "0.1.59",
"version": "0.1.60",
"title": "TsLangUtils",

@@ -14,2 +14,3 @@ "description": "Common lang utilities for typescript",

"boolean-utils",
"color-utils",
"date-utils",

@@ -45,7 +46,7 @@ "json-utils",

"dependencies": {
"@babel/runtime": "^7.25.7"
"@babel/runtime": "^7.26.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.10",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",

@@ -55,6 +56,6 @@ "@yookue/babel-plugin-remove-comment": "^0.1.3",

"@yookue/typedoc-theme-dumi": "^0.1.2",
"del-cli": "^5.1.0",
"father": "^4.5.0",
"gh-pages": "^6.1.1",
"ts-jest": "^29.2.4",
"del-cli": "^6.0.0",
"father": "^4.5.1",
"gh-pages": "^6.2.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.25.13",

@@ -61,0 +62,0 @@ "typescript": "^4.9.5"

@@ -13,2 +13,4 @@ # @yookue/ts-lang-utils

✅ Utilities for color
✅ Utilities for boolean

@@ -47,3 +49,3 @@

```jsx | pure
import {ArrayUtils, BooleanUtils, DateUtils, JsonUtils, MapUtils, NumberUtils, ObjectUtils, RandomUtils, RegexUtils, StringUtils, ThreadUtils, TreeUtils} from '@yookue/ts-lang-utils';
import {ArrayUtils, BooleanUtils, ColorUtils, DateUtils, JsonUtils, MapUtils, NumberUtils, ObjectUtils, RandomUtils, RegexUtils, StringUtils, ThreadUtils, TreeUtils} from '@yookue/ts-lang-utils';
```

@@ -50,0 +52,0 @@

Sorry, the diff of this file is too big to display

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