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

aws-locate

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-locate - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

index.js

@@ -12,3 +12,3 @@ var Q = require('kew')

http.get(options, function (res) {
var req = http.get(options, function (res) {
var data = ''

@@ -23,2 +23,7 @@ res.on('data', function (chunk) {

defer.reject(e)
}).on('socket', function (socket) {
socket.setTimeout(2000);
socket.on('timeout', function() {
req.abort();
});
})

@@ -25,0 +30,0 @@

2

package.json
{
"name": "aws-locate"
, "description": "Locate the region and/or availability zone for a node process running on EC2"
, "version": "0.0.2"
, "version": "0.0.3"
, "homepage": "https://github.com/azulus/aws-locate"

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

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