Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@capaj/ec2-metadata

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capaj/ec2-metadata

utlity for fetching ec2 instance metadata synchronously/asynchronously

latest
Source
npmnpm
Version
0.9.0
Version published
Maintainers
1
Created
Source

ec2-metadata

utility for fetching ec2 instance metadata synchronously/asynchronously lightweight alternative to ec2-metadata

import { getMetadataSync, getMetadata } from '@capaj/ec2-metadata'

getMetadataSync('instance-id') // === your ec2 instance id

await getMetadata('instance-id') // === your ec2 instance id

Keywords

ec2

FAQs

Package last updated on 28 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts