Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.0 to 4.2.0

8

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## Release 4.2.0
- CHANGED: Bump mocha from 7.1.2 to 8.0.1
- CHANGED: Bump js-yaml from 3.13.1 to 3.14.0
- CHANGED: Domain object deprecates `expires_on` attribute in favor of `expires_at`. (dnsimple/dnsimple-node#43)
- CHANGED: Certificate object deprecates `expires_on` attribute in favor of `expires_at`. (dnsimple/dnsimple-node#45)
## Release 4.1.0

@@ -11,2 +18,3 @@

- NEW: Added `registrar.cancelDomainTransfer` to cancel an in progress domain transfer. (dnsimple/dnsimple-node#40)
- CHANGED: Bump mocha from 7.1.1 to 7.1.2

@@ -13,0 +21,0 @@ ## Release 4.0.0

2

lib/dnsimple.js

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

Dnsimple.VERSION = '4.1.0';
Dnsimple.VERSION = '4.2.0';
Dnsimple.DEFAULT_TIMEOUT = 120000;

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

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

@@ -35,3 +35,3 @@ "keywords": [

"lodash": ">=4.17.13",
"mocha": "^7.1.0",
"mocha": "^8.0.1",
"nock": "^12.0.2",

@@ -38,0 +38,0 @@ "semistandard": "^14.2.0",

@@ -7,2 +7,4 @@ # DNSimple Node.JS Client

[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard)
[![npm version](https://badge.fury.io/js/dnsimple.svg)](https://badge.fury.io/js/dnsimple)
[![npm downloads](https://img.shields.io/npm/dm/dnsimple.svg)]()

@@ -9,0 +11,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