New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsbi

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsbi - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

3

jsbi.d.ts

@@ -33,2 +33,5 @@ export default class JSBI {

static bitwiseOr(x: JSBI, y: JSBI): JSBI;
static asIntN(n: number, x: JSBI): JSBI;
static asUintN(n: number, x: JSBI): JSBI;

@@ -35,0 +38,0 @@ static ADD(x: any, y: any): any;

2

package.json
{
"name": "jsbi",
"version": "3.1.0",
"version": "3.1.1",
"repository": "GoogleChromeLabs/jsbi",

@@ -5,0 +5,0 @@ "devDependencies": {

@@ -56,2 +56,3 @@ # JSBI — pure-JavaScript BigInts [![Build status](https://travis-ci.com/GoogleChromeLabs/jsbi.svg?branch=master)](https://travis-ci.com/GoogleChromeLabs/jsbi)

| | `BigInt.asUintN(64, a)` | `JSBI.asUintN(64, a)` |
| Type check | `typeof a === 'bigint'` | `a instanceof JSBI` |

@@ -58,0 +59,0 @@ Most operators are replaced by method calls:

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