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

eosjs

Package Overview
Dependencies
Maintainers
1
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eosjs - npm Package Compare versions

Comparing version 1.0.15 to 1.1.0

9

index.test.js

@@ -48,3 +48,3 @@ /* eslint-env mocha */

eos = Eos.Testnet({signProvider})
return eos.transfer('inita', 'initb', 1)
return eos.transfer('inita', 'initb', 1, '')
})

@@ -54,3 +54,3 @@

eos = Eos.Testnet({signProvider})
return eos.transfer('inita', 'initb', 1, {broadcast: false})
return eos.transfer('inita', 'initb', 1, '', {broadcast: false})
})

@@ -60,3 +60,3 @@

eos = Eos.Testnet({signProvider: promiseSigner})
return eos.transfer('inita', 'initb', 1, false)
return eos.transfer('inita', 'initb', 1, '', false)
})

@@ -75,3 +75,4 @@

to: 'initb',
amount: '13'
amount: '13',
memo: '爱'
},

@@ -78,0 +79,0 @@ authorization: [{

{
"name": "eosjs",
"version": "1.0.15",
"version": "1.1.0",
"description": "General purpose library for the EOS blockchain.",

@@ -32,7 +32,7 @@ "main": "index.js",

"create-hash": "^1.1.3",
"eosjs-api": "^1.0.14",
"eosjs-ecc": "^1.0.3",
"eosjs-json": "^1.0.8",
"eosjs-api": "^1.0.15",
"eosjs-ecc": "^1.1.0",
"eosjs-json": "^1.1.0",
"fcbuffer": "^1.0.7"
}
}

@@ -169,3 +169,3 @@ const ecc = require('eosjs-ecc')

rawTx.messages = args.messages
rawTx.authorization = args.authorization
rawTx.readscope = args.readscope || []

@@ -172,0 +172,0 @@ const {Transaction} = structs

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