Socket
Socket
Sign inDemoInstall

dnsimple

Package Overview
Dependencies
0
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

7.4.0

Diff

Changelog

Source

7.4.0

ENHANCEMENTS:

  • NEW: Added secondary, last_transferred_at, active to Zone (dnsimple/dnsimple-node#196)
dnsimple-release
published 7.3.0 •

Changelog

Source

7.3.0

FEATURES:

  • NEW: Added Billing.listCharges to retrieve the list of billing charges for an account. (#189)
dnsimple-release
published 7.2.0 •

Changelog

Source

7.2.0

FEATURES:

  • NEW: Added listRegistrantChanges, createRegistrantChange, checkRegistrantChange, getRegistrantChange, and deleteRegistrantChange APIs to manage registrant changes. (dnsimple/dnsimple-node#181)
  • NEW: Added getDomainTransferLock, enableDomainTransferLock, disableDomainTransferLock APIs to manage domain transfer locks. (dnsimple/dnsimple-node#183)
dnsimple-release
published 7.1.1 •

Changelog

Source

7.1.1

FEATURES:

  • NEW: Added Zones.activateDns to activate DNS services (resolution) for a zone. (dnsimple/dnsimple-node#180)
  • NEW: Added Zones.deactivateDns to deactivate DNS services (resolution) for a zone. (dnsimple/dnsimple-node#180)
dnsimple-release
published 7.1.0 •

Changelog

Source

7.1.0

FEATURES

  • Most TypeScript types have been named and exported, instead of being inline anonymous types that are hard to reference and use. (dnsimple/dnsimple-node#175)
  • Enum type values are now declared, instead of a generic string or number, allowing for better type checking and autocomplete. (dnsimple/dnsimple-node#175)

NOTES

  • As enums are now typed, incorrect or unknown values will be rejected by the TypeScript type checker. Instead of strings, the types are unions of valid constant string values. as const can be used to make TypeScript infer a literal string as a constant string type.
dnsimple-release
published 7.0.0 •

Changelog

Source

7.0.0

This is a major change that brings TypeScript support as well as many quality-of-life improvements and internal improvements. For details on important changes and how to migrate, see UPGRADE.md. For the full breakdown of all changes in detail, see the PR (dnsimple/dnsimple-node#170). Here are the major noteworthy changes:

  • All method parameters and return types are now typed by TypeScript. This means that usages can be checked and bugs can be detected before runtime, and text editors and IDEs can now provide automatic completions and hints on all of DNSimple's APIs easily and accurately.

  • Request errors are now full JS classes that allow more type-safe and ergonomic error handling.

  • The client has no dependencies on Node.js libraries and can also run in the browser, which we will work towards creating builds for in the future. The HTTP requester is now abstract and varies depending on the platform (browser or Node.js), and can also be replaced with custom logic, such as other libraries, retry strategies, intercepting and mutating, or logging and tracing.

  • All paginated API methods have helper submethods that provide an async iterator or array of all items across all pages effortlessly, transparently fetching each page request in the background. Use the new async iterator method for efficient retrieval that doesn't make requests until necessary, or use the array method to quickly fetch all values into a familar Array object with its methods. Both are also fully typed by TypeScript.

  • All exports are now named and written in ESM syntax, which allows for future migration to the new standard that has better browser and tooling support. The output JS still uses CommonJS syntax for compatibility with most of today's programs (including Node.js and Webpack).

Not all changes have been listed here. For more details, view the PR (dnsimple/dnsimple-node#170) and UPGRADE.md.

dnsimple-release
published 6.2.0 •

Changelog

Source

6.2.0

  • NEW: Add support for getDomainRegistration and getDomainRenewal Registrar APIs (dnsimple/dnsimple-node#169)
  • CHANGED: Bump dependency version
dnsimple-release
published 6.1.0 •

Changelog

Source

6.1.0

  • CHANGED: Add getter for attribute errors in error object (dnsimple/dnsimple-node#150)
  • CHANGED: Deprecate Certificate's contact_id (dnsimple/dnsimple-node#133)
dnsimple-release
published 6.0.0 •

Changelog

Source

6.0.0

  • NEW: Adds NodeJS v18 to Travis build
  • CHANGED: Deprecates support for NodeJS v12 (EOL)
dnsimple-release
published 5.1.1 •

Changelog

Source

5.1.1

  • CHANGED: Bump dependency versions
2345Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc