🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

big-integer

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-integer - npm Package Compare versions

Comparing version

to
1.6.1

.gitconfig

2

package.json
{
"name": "big-integer",
"version": "1.6.0",
"version": "1.6.1",
"author": "Peter Olson <peter.e.c.olson+npm@gmail.com>",

@@ -5,0 +5,0 @@ "description": "An arbitrary length integer library for Javascript",

@@ -309,3 +309,3 @@ [![Build Status](https://travis-ci.org/peterolson/BigInteger.js.svg?branch=master)](https://travis-ci.org/peterolson/BigInteger.js)

- `bigInt(10).not()` => `-5`
- `bigInt(10).not()` => `-11`
- `bigInt(0).not()` => `-1`

@@ -312,0 +312,0 @@