Socket
Socket
Sign inDemoInstall

alea

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

1

alea.js

@@ -62,2 +62,3 @@ (function (root, factory) {

};
random.next = random;
random.uint32 = function() {

@@ -64,0 +65,0 @@ return random() * 0x100000000; // 2^32

3

index.d.ts
declare module "alea" {
function Alea(...args: any[]): {
(): number;
next(): number;
uint32(): number;

@@ -13,2 +14,2 @@ fract53(): number;

export default Alea;
}
}
{
"name": "alea",
"version": "1.0.0",
"version": "1.0.1",
"description": "Implementation of the Alea PRNG by Johannes Baagøe",

@@ -5,0 +5,0 @@ "main": "alea.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc