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

bignum

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

bignum - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

5

package.json
{
"name" : "bignum",
"version" : "0.5.1",
"version" : "0.5.2",
"description" : "Arbitrary-precision integer arithmetic using OpenSSL",

@@ -11,4 +11,3 @@ "main" : "./index.js",

"keywords": [
"gmp",
"libgmp",
"openssl",
"big",

@@ -15,0 +14,0 @@ "bignum",

6

test/big.js

@@ -305,6 +305,7 @@ var assert = require('assert');

};
*/
exports.xor = function () {
for (var i = -10; i < 10; i++) {
for (var j = -10; j < 10; j++) {
for (var i = 0; i < 256; i++) {
for (var j = 0; j < 256; j++) {
var is = i.toString();

@@ -320,3 +321,2 @@ var js = j.toString();

};
*/

@@ -323,0 +323,0 @@ exports.rand = function () {

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