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.4.0 to 1.4.2

5

CHANGELOG.md

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

<a name="1.4.2"></a>
## [1.4.2](https://github.com/johnbwoodruff/digitalocean-js/compare/v1.4.1...v1.4.2) (2019-01-05)
<a name="1.4.0"></a>

@@ -7,0 +12,0 @@ # [1.4.0](https://github.com/jbw91/digitalocean-js/compare/v1.2.2...v1.4.0) (2018-10-29)

5

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

@@ -8,3 +8,3 @@ "main": "build/main/index.js",

"module": "build/module/index.js",
"repository": "https://github.com/jbw91/digitalocean-js",
"repository": "https://github.com/johnbwoodruff/digitalocean-js",
"license": "MIT",

@@ -30,3 +30,2 @@ "keywords": [

"test:unit": "nyc --silent ava",
"test:nsp": "nsp check",
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"",

@@ -33,0 +32,0 @@ "cov": "run-s build test:unit cov:html && opn coverage/index.html",

4

README.md
# DigitalOcean JS
[![Build Status](https://travis-ci.org/jbw91/digitalocean-js.svg?branch=master)](https://travis-ci.org/jbw91/digitalocean-js) [![npm](https://img.shields.io/npm/dm/digitalocean-js.svg)](https://www.npmjs.com/package/digitalocean-js) [![npm](https://img.shields.io/npm/dt/digitalocean-js.svg)](https://www.npmjs.com/package/digitalocean-js) [![npm](https://img.shields.io/npm/v/digitalocean-js.svg)](https://www.npmjs.com/package/digitalocean-js)
[![Build Status](https://travis-ci.org/johnbwoodruff/digitalocean-js.svg?branch=master)](https://travis-ci.org/johnbwoodruff/digitalocean-js) [![npm](https://img.shields.io/npm/dm/digitalocean-js.svg)](https://www.npmjs.com/package/digitalocean-js) [![npm](https://img.shields.io/npm/dt/digitalocean-js.svg)](https://www.npmjs.com/package/digitalocean-js) [![npm](https://img.shields.io/npm/v/digitalocean-js.svg)](https://www.npmjs.com/package/digitalocean-js)

@@ -34,2 +34,2 @@ JavaScript library for the DigitalOcean API. For use in Node or the browser.

To see all the services available, check out the [documentation](https://jbw91.github.io/digitalocean-js/).
To see all the services available, check out the [documentation](https://johnbwoodruff.github.io/digitalocean-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