New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pure-rand

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-rand - npm Package Compare versions

Comparing version 5.0.0-experimental.4.2.1.0 to 5.0.0

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.0-experimental.4.2.1.0';
var __commitHash = '79947a7e4a6f559b63836d8bccaf82be474b96ad';
var __version = '5.0.0';
var __commitHash = '744555855a01e1551ab1cf67a6ea973d14964661';
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.0-experimental.4.2.1.0';
var __version = '5.0.0';
exports.__version = __version;
var __commitHash = '79947a7e4a6f559b63836d8bccaf82be474b96ad';
var __commitHash = '744555855a01e1551ab1cf67a6ea973d14964661';
exports.__commitHash = __commitHash;
{
"name": "pure-rand",
"version": "5.0.0-experimental.4.2.1.0",
"version": "5.0.0",
"description": " Pure random number generator written in TypeScript",

@@ -5,0 +5,0 @@ "type": "commonjs",

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