@ethersproject/random
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -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 @@ ------- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12320
32
Updated@ethersproject/bytes@^5.0.4
Updated@ethersproject/logger@^5.0.5