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

boxdjs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boxdjs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/boxd/util/protobuf-js/block_pb.js

2

dist/boxd/core/tx/util.js

@@ -7,3 +7,3 @@ "use strict";

var bn_js_1 = __importDefault(require("bn.js"));
var block_pb_js_1 = __importDefault(require("../../../protobuf/js/block_pb.js"));
var block_pb_js_1 = __importDefault(require("../../util/protobuf-js/block_pb.js"));
var account_1 = __importDefault(require("../../account/account"));

@@ -10,0 +10,0 @@ var util_1 = __importDefault(require("../../util/util"));

{
"name": "boxdjs",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Javascript implementation of BOX Payout blockchain on NodeJS or Browser.",

@@ -5,0 +5,0 @@ "main": "dist/boxd/boxd.js",

import BN from 'bn.js'
import block_pb from '../../../protobuf/js/block_pb.js'
import block_pb from '../../util/protobuf-js/block_pb.js'
import Account from '../../account/account'

@@ -4,0 +4,0 @@ import CommonUtil from '../../util/util'

@@ -11,3 +11,3 @@ import 'jest'

jest.setTimeout(10000)
jest.setTimeout(15000)

@@ -84,3 +84,3 @@ test('Make a BOX transaction', async () => {

done()
}, 2000)
}, 10000)
})

@@ -87,0 +87,0 @@

Sorry, the diff of this file is too big to display

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