Socket
Socket
Sign inDemoInstall

dropkit

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dropkit - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

10

index.js

@@ -449,13 +449,3 @@ /*globals require,module */

/**
* https://developers.digitalocean.com/#ssh-keys
*
* @param keyIdOrFingerPrint
*/
account.prototype.keys = function(keyIdOrFingerPrint) {
var path = '/v2/account/keys' + ( keyIdOrFingerPrint ? ('/' + keyIdOrFingerPrint) : '');
return createPromise(this.dropkit.createOption({ method: 'GET' , path: path}));
};
/**

@@ -462,0 +452,0 @@ * https://developers.digitalocean.com/#regions

2

package.json
{
"name": "dropkit",
"version": "0.9.3",
"version": "0.9.4",
"description": "A DigitalOcean Node.js module",

@@ -5,0 +5,0 @@ "main": "index.js",

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