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.1 to 1.0.2

2

package.json
{
"name": "dreamhost",
"version": "1.0.1",
"version": "1.0.2",
"description": "Complete DreamHost API client for Node.js",

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

@@ -37,7 +37,7 @@ # DreamHost API Client for Node.js

const dns = new DreamhostDNS({
const dns = new DNS({
key: '<your api key>'
});
dns.listRecords({type: 'A')
dns.listRecords({type: 'A'})
.then(records => console.log(records))

@@ -44,0 +44,0 @@ .catch(err => console.error(err))

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