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

ec2-instance-data

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

ec2-instance-data - npm Package Compare versions

Comparing version 0.3.5 to 0.4.0

2

index.js

@@ -204,3 +204,3 @@ // recursively retrieve ec2 instance data from the magic URLs AWS provides

AWS.config.update({ region: self.region() });
var ec2 = new AWS.EC2.Client();
var ec2 = new AWS.EC2();
ec2.describeTags({ Filters: [{ Name: "resource-id", Values: [self.instanceId()]}] }, function (err, data) {

@@ -207,0 +207,0 @@ if (err) {

@@ -6,3 +6,3 @@ {

"keywords": ["ec2", "aws", "meta-data", "iam"],
"version": "0.3.5",
"version": "0.4.0",
"repository": {

@@ -14,3 +14,3 @@ "url": "https://github.com/femto113/node-ec2-instance-data.git"

"optionalDependencies": {
"aws-sdk": "> 0.9.7"
"aws-sdk": "~ 2.1.9"
},

@@ -17,0 +17,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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