Socket
Socket
Sign inDemoInstall

@aryth/rand

Package Overview
Dependencies
3
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.20 to 0.3.21

2

dist/index.cjs.js

@@ -235,2 +235,3 @@ 'use strict';

const E2 = 100; // E2
/**

@@ -243,3 +244,2 @@ *

const round = x => x + (x > 0 ? 0.5 : -0.5) << 0;

@@ -246,0 +246,0 @@

@@ -231,2 +231,3 @@ import { swap } from '@vect/swap';

const E2 = 100; // E2
/**

@@ -239,3 +240,2 @@ *

const round = x => x + (x > 0 ? 0.5 : -0.5) << 0;

@@ -242,0 +242,0 @@

{
"name": "@aryth/rand",
"version": "0.3.20",
"version": "0.3.21",
"description": "A math util library",

@@ -18,3 +18,3 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@aryth/comparer": "^0.3.20",
"@aryth/comparer": "^0.3.21",
"@typen/nullish": "^0.1.16",

@@ -38,3 +38,3 @@ "@vect/swap": "^0.3.10"

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "227c4f9de2905851b0b403453942fe4c3a3ea01a"
"gitHead": "1f58f764e976a1491f3f3b4e236fb3ae0a29690e"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc