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

digitalocean-api

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digitalocean-api - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/digitalocean.js

@@ -37,3 +37,3 @@ var extend = require('xtend');

if(!error && !!body.status && body.status !== 'OK'){
error = new Error(body.description);
error = new Error(body.description || body.error_message);
}

@@ -40,0 +40,0 @@

{
"name": "digitalocean-api",
"version": "0.0.2",
"version": "0.0.3",
"author": "Matej Simek <email@matejsimek.cz>",

@@ -5,0 +5,0 @@ "description": "DigitalOcean API wrapper",

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