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

digitalocean-js

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digitalocean-js - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="1.0.2"></a>
## [1.0.2](https://github.com/jbw91/digitalocean-js/compare/v1.0.1...v1.0.2) (2018-08-26)
<a name="1.0.1"></a>

@@ -7,0 +12,0 @@ ## [1.0.1](https://github.com/jbw91/digitalocean-js/compare/v0.5.1...v1.0.1) (2018-08-25)

2

package.json
{
"name": "digitalocean-js",
"version": "1.0.1",
"version": "1.0.2",
"description": "JavaScript library for the DigitalOcean API.",

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

@@ -7,2 +7,11 @@ # DigitalOcean JS

## Goals
This library was built with a few goals in mind:
* Be able to use in a Node or Browser environment with no difference in usage.
* Use Promises instead of callbacks so clients can make use of `async`/`await`.
* Be built in TypeScript so consumers of the library can benefit from excellent intellisense with the TypeScript definitions.
* Provide solid documentation including examples for usage.
## Usage

@@ -27,9 +36,1 @@

To see all the services available, check out the [documentation](https://jbw91.github.io/digitalocean-js/).
## Un-Implemented Services
There are a few unavailable aspects of the API currently. They are:
* Load Balancers [#5](https://github.com/jbw91/digitalocean-js/issues/5)
If a service you need is unavailable, feel free to contribute a pull request!
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