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

aagent.js

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aagent.js - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

5

libs/aa.js

@@ -83,6 +83,7 @@ const EventEmitter = require('events');

static getAAVars(address) {
static getAAVars(address, params = {}) {
const _params = Object.assign({ address }, params);
return new Promise(resolve => {
network.requestFromLightVendor('light/get_aa_state_vars',
{ address },
_params,
(ws, request, response) => {

@@ -89,0 +90,0 @@ return resolve(response);

@@ -70,6 +70,7 @@ const EventEmitter = require('events');

static getAAVars(address) {
static getAAVars(address, params = {}) {
const _params = Object.assign({ address }, params);
return new Promise(resolve => {
network.requestFromLightVendor('light/get_aa_state_vars',
{ address },
_params,
(ws, request, response) => {

@@ -76,0 +77,0 @@ return resolve(response);

2

package.json
{
"name": "aagent.js",
"version": "0.0.7",
"version": "0.0.8",
"description": "It is library to work with Autonomous Agents on Obyte",

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

@@ -0,1 +1,3 @@

# aagent.js
### What's it?

@@ -191,2 +193,2 @@ It is [CLI](https://github.com/olabs-org/aagent-cli) and library to work with Autonomous Agents on Obyte

#### If you want to start developing on Obyte and you need help, write to us on [discord](https://obyte.org/discord) or on telegram: @xJeneK
#### If you want to start developing on Obyte and you need help, write to us on [discord](https://obyte.org/discord) or on telegram: @xJeneK
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