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

ec2-instances

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ec2-instances - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

12

package.json
{
"name": "ec2-instances",
"version": "0.0.1",
"version": "0.0.2",
"description": "get instance from ec2",

@@ -24,3 +24,11 @@ "main": "index.js",

"nodemon": "^1.3.7"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/dweinstein/node-ec2-instances.git"
},
"bugs": {
"url": "https://github.com/dweinstein/node-ec2-instances/issues"
},
"homepage": "https://github.com/dweinstein/node-ec2-instances#readme"
}

@@ -16,4 +16,29 @@ # SYNOPSIS

# EXAMPLE
See [here](example.js)
See [here](example.js) for code that outputs:
```javascript
{
production:
[ { ip: '10.10.173.1',
name: 'myapp-prod-services01',
environment: 'production' },
{ ip: '10.10.173.2',
name: 'myapp-prod-thing',
environment: 'production' },
{ ip: '10.10.173.3',
name: 'myapp-prod-thing2',
environment: 'production' } ]
development:
[ { ip: '10.10.171.1',
name: 'myapp-dev-services01',
environment: 'development' },
{ ip: '10.10.171.2',
name: 'myapp-dev-hatchery',
environment: 'development' },
{ ip: '10.10.171.3',
name: 'myapp-dev-appnode01',
environment: 'development' } ]
}
```
# CONFIGURATION (ec2rc)

@@ -20,0 +45,0 @@

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