Socket
Socket
Sign inDemoInstall

dreamhost

Package Overview
Dependencies
7
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "dreamhost",
"version": "1.0.0",
"description": "Complete DreamHost API client for Node.js and Browsers",
"version": "1.0.1",
"description": "Complete DreamHost API client for Node.js",
"main": "dreamhost.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -9,3 +9,3 @@ # DreamHost API Client for Node.js

You'll need a [DreamHost] account and an [API Key][API], and [Node.js] >= v4.
You'll need a [DreamHost] account and an [API Key][API], and [Node.js] >= v6.

@@ -23,3 +23,3 @@ ## Installation

const dreamHost = new Dreamhost({
const dreamHost = new DreamHost({
key: '<your api key>'

@@ -29,3 +29,3 @@ });

// dreamHost will be initialized with all modules available, e.g.
dreamHost.dns.listRecords({type: 'A')
dreamHost.dns.listRecords({type: 'A'})
.then(records => console.log(records))

@@ -53,2 +53,14 @@ .catch(err => console.error(err))

* [Account](#account)
* [AnnouncementList](#announcement_list)
* [Api](#api)
* [Dns](#dns)
* [Domain](#domain)
* [Jabber](#jabber)
* [Mail](#mail)
* [Mysql](#mysql)
* [Oneclick](#oneclick)
* [Rewards](#rewards)
* [Services](#services)
* [User](#user)

@@ -55,0 +67,0 @@ ### Account

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc