Socket
Socket
Sign inDemoInstall

aios

Package Overview
Dependencies
2
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

7

lib/datasource.js

@@ -113,3 +113,8 @@ const util = require('util');

this.server.command('ds.query', data, function (err, res) {
fn(err, res.result.data)
if(err){
fn(err)
}else{
fn(null, res.result ? res.result.data : null)
}
});

@@ -116,0 +121,0 @@ } else {

2

package.json
{
"name": "aios",
"version": "0.2.1",
"version": "0.2.2",
"description": "Socket client for Aios server",

@@ -5,0 +5,0 @@ "main": "lib/server.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc