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

hubot-openassets

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

hubot-openassets - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "hubot-openassets",
"version": "0.4.1",
"version": "0.4.2",
"description": "Hubot script for managing and sending assets based on the Open Assets protocol",

@@ -5,0 +5,0 @@ "main": "index.js",

// Description:
// Manage a openassets wallet and send rewards to people
//
// Configuration:
//
// OA_ASSET_FROM_ADDRESS: sender's wallet open asset address
// OA_DEFAULT_QUANTITY: qunatity of assets that should be sent if not provided by the user
// OA_ASSET_ID: ID of the asset to be transferred
// OA_SERVER_URL: URL of the open assets server that does the actual transfer
// OA_SERVER_USERNAME: username for server basic auth
// OA_SERVER_PASSWORD: password for server basic auth
// OA_MAX_QUANTITY (optional): maximum quantity of assets that can be transferred
//
// Commands:

@@ -22,2 +12,12 @@ // kredits address add <nick> <address> - Add an Open Assets address for a user

//
// Configuration:
// OA_BOT_KEYWORD: The keyword for issuing asset commands. Usually the asset name in lowercase, e.g. "kredits"
// OA_ASSET_ID: ID of the asset to be transferred
// OA_ASSET_FROM_ADDRESS: Sender's wallet open asset address
// OA_DEFAULT_QUANTITY: Quantity of assets that should be sent if not provided by the user
// OA_SERVER_URL: URL of the open assets server that does the actual transfer
// OA_SERVER_USERNAME: Username for server basic auth
// OA_SERVER_PASSWORD: Password for server basic auth
// OA_MAX_QUANTITY (optional): Maximum quantity of assets that can be transferred
//
// Authors:

@@ -24,0 +24,0 @@ // Michael Bumann <hello@michaelbumann.com>

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