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

@broxus/js-core

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@broxus/js-core - npm Package Compare versions

Comparing version 0.17.6 to 0.17.7

dist/cjs/utils/get-random-int.js

5

dist/cjs/utils/get-random-uint.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getRandomUint = void 0;
/**
* @deprecated Use **getRandomInt** instead
* @param {8 | 16 | 32 | 64 | 128 | 160 | 256} bits
* @returns {string}
*/
function getRandomUint(bits = 32) {

@@ -5,0 +10,0 @@ // eslint-disable-next-line no-bitwise

1

dist/cjs/utils/index.js

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

__exportStar(require("../utils/get-full-contract-state"), exports);
__exportStar(require("../utils/get-random-int"), exports);
__exportStar(require("../utils/get-random-uint"), exports);

@@ -23,0 +24,0 @@ __exportStar(require("../utils/is-ever-wallet-browser"), exports);

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

/**
* @deprecated Use **getRandomInt** instead
* @param {8 | 16 | 32 | 64 | 128 | 160 | 256} bits
* @returns {string}
*/
export declare function getRandomUint(bits?: 8 | 16 | 32 | 64 | 128 | 160 | 256): string;

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

/**
* @deprecated Use **getRandomInt** instead
* @param {8 | 16 | 32 | 64 | 128 | 160 | 256} bits
* @returns {string}
*/
export function getRandomUint(bits = 32) {

@@ -2,0 +7,0 @@ // eslint-disable-next-line no-bitwise

@@ -5,2 +5,3 @@ export * from '../utils/debug';

export * from '../utils/get-full-contract-state';
export * from '../utils/get-random-int';
export * from '../utils/get-random-uint';

@@ -7,0 +8,0 @@ export * from '../utils/is-ever-wallet-browser';

@@ -5,2 +5,3 @@ export * from '../utils/debug';

export * from '../utils/get-full-contract-state';
export * from '../utils/get-random-int';
export * from '../utils/get-random-uint';

@@ -7,0 +8,0 @@ export * from '../utils/is-ever-wallet-browser';

4

package.json
{
"name": "@broxus/js-core",
"version": "0.17.6",
"version": "0.17.7",
"description": "MobX-based JavaScript Core library",

@@ -63,3 +63,3 @@ "license": "MIT",

},
"gitHead": "ea25a20ea21c8ae603dc347005ef42db38eede12"
"gitHead": "3bcb8f75e7e21a6e9d23356e5ad48665760ee8d0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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