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

@yookue/ts-lang-utils

Package Overview
Dependencies
Maintainers
0
Versions
65
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.52 to 0.1.53

12

dist/cjs/util/RandomUtils.js

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

* @param minValue the min value, inclusive
* @param maxValue the max value, inclusive
* @param maxValue the max value, exclusive
*

@@ -97,3 +97,3 @@ * @returns a random integer that between value range

* @param minValue the min value, inclusive
* @param maxValue the max value, inclusive
* @param maxValue the max value, exclusive
*

@@ -124,3 +124,3 @@ * @returns a random integer array that between value range, matching the given size

* @param minValue the min value, inclusive
* @param maxValue the max value, inclusive
* @param maxValue the max value, exclusive
*

@@ -144,3 +144,3 @@ * @returns a random number that between the value range

* @param minValue the min value, inclusive
* @param maxValue the max value, inclusive
* @param maxValue the max value, exclusive
*

@@ -171,3 +171,3 @@ * @returns a random number array that between value range, matching the given size

* @param minLength the min length, inclusive
* @param maxLength the max length, inclusive
* @param maxLength the max length, exclusive
* @param characters the source characters to be generated from

@@ -200,3 +200,3 @@ *

* @param minLength the min length, inclusive
* @param maxLength the max length, inclusive
* @param maxLength the max length, exclusive
* @param characters the source characters to be generated from

@@ -203,0 +203,0 @@ *

{
"name": "@yookue/ts-lang-utils",
"version": "0.1.52",
"version": "0.1.53",
"title": "TsLangUtils",

@@ -5,0 +5,0 @@ "description": "Common lang utilities for typescript",

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