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

javalon

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javalon - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

bin/javalon.min.js

12

index.js
var CryptoJS = require('crypto-js')
var randomBytes = require('randombytes')
const secp256k1 = require('secp256k1')
const bs58 = require('bs58')
const GrowInt = require('growint')
const fetch = require('node-fetch')
const bwGrowth = 10000000
const vtGrowth = 360000000
var secp256k1 = require('secp256k1')
var bs58 = require('bs58')
var GrowInt = require('growint')
var fetch = require('node-fetch')
var bwGrowth = 10000000
var vtGrowth = 360000000

@@ -10,0 +10,0 @@ function status(response) {

{
"name": "javalon",
"version": "1.0.16",
"version": "1.0.17",
"description": "javascript api for the avalon blockchain",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify -e index.js -p tinyify -o bin/javalon.min.js"
},

@@ -19,3 +20,5 @@ "keywords": [

"devDependencies": {
"eslint": "^5.16.0"
"browserify": "^16.3.0",
"eslint": "^5.16.0",
"tinyify": "^2.5.1"
},

@@ -22,0 +25,0 @@ "dependencies": {

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