New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dnsimple

Package Overview
Dependencies
Maintainers
5
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 4.4.0 to 5.0.0

2

lib/dnsimple.js

@@ -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.

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