Socket
Socket
Sign inDemoInstall

pure-rand

Package Overview
Dependencies
0
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.4 to 5.0.5

4

lib/esm/pure-rand-default.js

@@ -13,4 +13,4 @@ import { generateN, skipN, unsafeGenerateN, unsafeSkipN } from './generator/RandomGenerator.js';

var __type = 'module';
var __version = '5.0.4';
var __commitHash = 'c213e129750c22696bdb013ce113aee96b02a298';
var __version = '5.0.5';
var __commitHash = '8b812d9651b4a18e9115aa13d84fe1b5eb9b068d';
export { __type, __version, __commitHash, generateN, skipN, unsafeGenerateN, unsafeSkipN, congruential, congruential32, mersenne, xorshift128plus, xoroshiro128plus, uniformArrayIntDistribution, uniformBigIntDistribution, uniformIntDistribution, unsafeUniformArrayIntDistribution, unsafeUniformBigIntDistribution, unsafeUniformIntDistribution, };

@@ -32,5 +32,5 @@ "use strict";

exports.__type = __type;
var __version = '5.0.4';
var __version = '5.0.5';
exports.__version = __version;
var __commitHash = 'c213e129750c22696bdb013ce113aee96b02a298';
var __commitHash = '8b812d9651b4a18e9115aa13d84fe1b5eb9b068d';
exports.__commitHash = __commitHash;
{
"name": "pure-rand",
"version": "5.0.4",
"version": "5.0.5",
"description": " Pure random number generator written in TypeScript",

@@ -64,10 +64,10 @@ "type": "commonjs",

{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
},
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
}
]
}
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