Socket
Socket
Sign inDemoInstall

es-toolkit

Package Overview
Dependencies
Maintainers
2
Versions
722
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-toolkit - npm Package Compare versions

Comparing version 1.20.0-dev.640 to 1.20.0-dev.641

2

dist/math/random.d.ts

@@ -12,3 +12,3 @@ /**

* const result1 = random(5); // Returns a random number between 0 and 5.
* const result2 = random(0); // Returns a random number between 0 and 0 (which is 0).
* const result2 = random(0); // If the `maximum` is less than or equal to 0, an error is thrown.
*/

@@ -15,0 +15,0 @@ declare function random(maximum: number): number;

{
"name": "es-toolkit",
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
"version": "1.20.0-dev.640+14700ece",
"version": "1.20.0-dev.641+bf0e7125",
"homepage": "https://es-toolkit.slash.page",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/toss/es-toolkit/issues",

Sorry, the diff of this file is not supported yet

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