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 3.0.0-alpha.2.0.0.0 to 3.0.0-alpha.2.0.0.1

2

lib/esm/pure-rand-default.js

@@ -9,3 +9,3 @@ import { generateN, skipN } from './generator/RandomGenerator.js';

var __type = 'module';
var __version = '3.0.0-alpha.2.0.0.0';
var __version = '3.0.0-alpha.2.0.0.1';
export { __type, __version, generateN, skipN, congruential, congruential32, mersenne, xorshift128plus, xoroshiro128plus, uniformBigIntDistribution, uniformIntDistribution };

@@ -21,3 +21,3 @@ "use strict";

exports.__type = __type;
var __version = '3.0.0-alpha.2.0.0.0';
var __version = '3.0.0-alpha.2.0.0.1';
exports.__version = __version;
{
"name": "pure-rand",
"version": "3.0.0-alpha.2.0.0.0",
"version": "3.0.0-alpha.2.0.0.1",
"description": " Pure random number generator written in TypeScript",

@@ -14,2 +14,3 @@ "type": "commonjs",

"module": "lib/esm/pure-rand.js",
"browser": "lib/esm/pure-rand.js",
"types": "lib/types/pure-rand.d.ts",

@@ -16,0 +17,0 @@ "sideEffects": false,

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