New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ec2-instance-data-promise

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-instance-data-promise - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

.npmignore

2

package.json

@@ -16,3 +16,3 @@ {

"main": "./wrapper.js",
"version": "0.4.2",
"version": "0.4.3",
"repository": {

@@ -19,0 +19,0 @@ "url": "https://github.com/SidBala/node-ec2-instance-data-promise.git"

var Promise = require('bluebird');
module.exports = exports = Promise.promisifyAll('./index');
module.exports = exports = Promise.promisifyAll(require('./index'));
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