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

bigint-browserify

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigint-browserify - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

6

index.js

@@ -28,6 +28,4 @@ var jsbn = require('jsbn');

toBuffer: function() {
var ba = this._jsbn.toByteArray();
// jsbn byte arrays has a zereod byte on front (always?)
ba.shift();
return new Buffer(ba);
var hex = this._jsbn.toString(16);
return new Buffer(hex, 'hex');
},

@@ -34,0 +32,0 @@ toString: function(base) {

{
"name": "bigint-browserify",
"version": "0.0.0",
"version": "0.0.1",
"description": "bigint api for browser javascript",

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

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