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

@thi.ng/random

Package Overview
Dependencies
Maintainers
0
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/random - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

8

CHANGELOG.md
# Change Log
- **Last updated**: 2024-10-05T12:12:32Z
- **Last updated**: 2024-10-07T12:32:11Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

### [4.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@4.1.1) (2024-10-07)
#### 🩹 Bug fixes
- add missing pkg export (WrappedRandom) ([8e4f7d5](https://github.com/thi-ng/umbrella/commit/8e4f7d5))
## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@4.1.0) (2024-10-05)

@@ -14,0 +20,0 @@

@@ -19,2 +19,3 @@ export * from "./api.js";

export * from "./weighted-random.js";
export * from "./wrapped.js";
export * from "./xorshift128.js";

@@ -21,0 +22,0 @@ export * from "./xorwow.js";

@@ -19,2 +19,3 @@ export * from "./api.js";

export * from "./weighted-random.js";
export * from "./wrapped.js";
export * from "./xorshift128.js";

@@ -21,0 +22,0 @@ export * from "./xorwow.js";

4

package.json
{
"name": "@thi.ng/random",
"version": "4.1.0",
"version": "4.1.1",
"description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation",

@@ -160,3 +160,3 @@ "type": "module",

},
"gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n"
"gitHead": "241df2019d93359c34da1a11a94e416b6ea73f32\n"
}
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