Comparing version 4.4.0 to 5.0.0
@@ -21,3 +21,3 @@ 'use strict'; | ||
Dnsimple.VERSION = '4.4.0'; | ||
Dnsimple.VERSION = '5.0.0'; | ||
Dnsimple.DEFAULT_TIMEOUT = 120000; | ||
@@ -24,0 +24,0 @@ Dnsimple.DEFAULT_BASE_URL = 'https://api.dnsimple.com'; |
@@ -50,2 +50,3 @@ 'use strict'; | ||
* @return {Promise} | ||
* @deprecated Use "getDomainPrices" instead | ||
*/ | ||
@@ -52,0 +53,0 @@ getDomainPremiumPrice (accountId, domainName, options = {}) { |
The MIT License (MIT) | ||
Copyright (c) 2016-2020 DNSimple Corporation | ||
Copyright (c) 2016-2021 DNSimple Corporation | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "dnsimple", | ||
"version": "4.4.0", | ||
"version": "5.0.0", | ||
"description": "A Node.JS client for the DNSimple API.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">= v10.0.0" | ||
"node": ">= v12.0.0" | ||
}, | ||
@@ -41,3 +41,2 @@ "main": "lib/dnsimple.js", | ||
}, | ||
"dependencies": {}, | ||
"license": "MIT", | ||
@@ -44,0 +43,0 @@ "scripts": { |
@@ -13,3 +13,3 @@ # DNSimple Node.JS Client | ||
The dnsimple-node package requires node 10.0.0 or higher. | ||
The dnsimple-node package requires node 12.0.0 or higher. | ||
@@ -16,0 +16,0 @@ You must also have an activated DNSimple account to access the DNSimple API. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2699
1
102609
20