Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ethersproject/random

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/random - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

2

lib.esm/_version.d.ts

@@ -1,1 +0,1 @@

export declare const version = "random/5.0.2";
export declare const version = "random/5.0.3";

@@ -1,2 +0,2 @@

export const version = "random/5.0.2";
export const version = "random/5.0.3";
//# sourceMappingURL=_version.js.map

@@ -1,1 +0,1 @@

export declare const version = "random/5.0.2";
export declare const version = "random/5.0.3";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "random/5.0.2";
exports.version = "random/5.0.3";
//# sourceMappingURL=_version.js.map

@@ -7,4 +7,4 @@ {

"dependencies": {
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/logger": "^5.0.0"
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/logger": "^5.0.5"
},

@@ -35,5 +35,5 @@ "description": "Random utility functions for ethers.",

},
"tarballHash": "0x7a5df27f86d83f4ca63f99a6055cf4d10c0d7f51af88f912924ce0c2ad473ada",
"tarballHash": "0x224187d0e6a7f42c78b085aef070056ecca744dfa0713159f01dbd4b5e0b9def",
"types": "./lib/index.d.ts",
"version": "5.0.2"
"version": "5.0.3"
}
Random Value Utilities
======================
**EXPERIMENTAL**
This sub-module is part of the [ethers project](https://github.com/ethers-io/ethers.js).
Please see the [ethers](https://github.com/ethers-io/ethers.js) repository
for more informations.
It contains functions to assist with random numbers.
API
---
For more information, see the [documentation](https://docs.ethers.io/v5/api/utils/bytes/#byte-manipulation--random-bytes).
`@TODO`
Importing
---------
Most users will prefer to use the [umbrella package](https://www.npmjs.com/package/ethers),
but for those with more specific needs, individual components can be imported.
```javascript
const {
shuffled,
randomBytes
} = require("@ethersproject/random");
```
License

@@ -15,0 +29,0 @@ -------

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