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

dnsimple

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnsimple - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

CHANGELOG.md
# Changelog
### Release 3.0.1
- Drops dependency on `npm`
### Release 3.0.0

@@ -4,0 +8,0 @@

2

lib/dnsimple.js

@@ -22,3 +22,3 @@ 'use strict';

Dnsimple.VERSION = '3.0.0';
Dnsimple.VERSION = '3.0.1';
Dnsimple.DEFAULT_TIMEOUT = require('http').createServer().timeout;

@@ -25,0 +25,0 @@ Dnsimple.DEFAULT_BASE_URL = 'https://api.dnsimple.com';

{
"name": "dnsimple",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Node.JS client for the DNSimple API.",

@@ -38,5 +38,3 @@ "keywords": [

},
"dependencies": {
"npm": "^6.10.1"
},
"dependencies": {},
"license": "MIT",

@@ -43,0 +41,0 @@ "scripts": {

@@ -5,3 +5,3 @@ # DNSimple Node.JS Client

[![Build Status](https://travis-ci.org/dnsimple/dnsimple-node.svg)](https://travis-ci.org/dnsimple/dnsimple-go)
[![Build Status](https://travis-ci.org/dnsimple/dnsimple-node.svg)](https://travis-ci.org/dnsimple/dnsimple-node)

@@ -8,0 +8,0 @@

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