Socket
Socket
Sign inDemoInstall

@aryth/rand

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aryth/rand - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

9

dist/index.cjs.js

@@ -61,11 +61,2 @@ 'use strict';

const STR_ASC = (a, b) => a.localeCompare(b);
const STR_DESC = (a, b) => b.localeCompare(a);
const NUM_ASC = (a, b) => a - b;
const NUM_DESC = (a, b) => b - a;
exports.NUM_ASC = NUM_ASC;
exports.NUM_DESC = NUM_DESC;
exports.STR_ASC = STR_ASC;
exports.STR_DESC = STR_DESC;
exports.Shuffler = Shuffler;

@@ -72,0 +63,0 @@ exports.flop = flop;

7

dist/index.esm.js

@@ -57,7 +57,2 @@ const {

const STR_ASC = (a, b) => a.localeCompare(b);
const STR_DESC = (a, b) => b.localeCompare(a);
const NUM_ASC = (a, b) => a - b;
const NUM_DESC = (a, b) => b - a;
export { NUM_ASC, NUM_DESC, STR_ASC, STR_DESC, Shuffler, flop, flopIndex, rand, randInt, randIntBetw, shuffle };
export { Shuffler, flop, flopIndex, rand, randInt, randIntBetw, shuffle };

4

package.json
{
"name": "@aryth/rand",
"version": "0.0.3",
"version": "0.0.4",
"description": "A math util library",

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

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "a0f279c5cf3791fb7e1380779dba0d44fff03a67"
"gitHead": "5cc52040b4edbfcc90829f3d621d258b3d48aad8"
}
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