New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9 to 0.0.10

5

libs/aa.js

@@ -64,2 +64,7 @@ const EventEmitter = require('events');

aa_request = aa_request.bind(this);
aa_response = aa_response.bind(this);
aa_definition = aa_definition.bind(this);
aa_definition_saved = aa_definition_saved.bind(this);
if (!conf.bLight) {

@@ -66,0 +71,0 @@ const storage = require('ocore/storage');

3

libs/aas.js

@@ -41,2 +41,5 @@ const EventEmitter = require('events');

aa_request = aa_request.bind(this);
aa_response = aa_response.bind(this);
if(!conf.bLight) {

@@ -43,0 +46,0 @@ eventBus.on('new_joint', objJoint => {

2

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

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

@@ -50,3 +50,3 @@ # aagent.js

aa.newResponseFilter((err, params, vars) => {
aa.addResponseEventHandler((err, params, vars) => {
return true;

@@ -53,0 +53,0 @@ }, (err, params, vars) => {

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