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

ascio

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ascio - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/ascio.js

@@ -89,3 +89,3 @@ var soap = require('soap'),

self.resetTimer();
cb(err, result.AvailabilityCheckResult);
cb(err, result.results.AvailabilityCheckResult);
} else {

@@ -92,0 +92,0 @@ cb(new Error(result.AvailabilityCheckResult.Message), undefined);

{
"name": "ascio",
"description": "ASCIO AWS node implementation",
"version": "0.0.5",
"version": "0.0.6",
"author": "Pedro Dias <petermdias@gmail.com>",

@@ -6,0 +6,0 @@ "maintainers": [

@@ -15,5 +15,5 @@ var Ascio = require('../lib/ascio');

if(err) throw err;
console.log(msg);
console.log(require('util').inspect(msg, { showHidden: true, depth: null }));
});
});
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