Socket
Socket
Sign inDemoInstall

dynect

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

4

package.json

@@ -16,3 +16,3 @@ {

],
"version": "0.2.3",
"version": "0.2.4",
"keywords": [

@@ -35,3 +35,3 @@ "dynect",

"dependencies": {
"async": "0.1.x"
"async": "*"
},

@@ -38,0 +38,0 @@ "main": "./index",

Dynect API connector for node.js.
===
[![npm status badge](https://nodei.co/npm/dynect.png?stars=true&downloads=true)](https://nodei.co/npm/dynect/)
the node.js Dynect module provides a simple interface for making calls to the Dynect API.

@@ -79,5 +81,7 @@

``` js
var zone = 'example.com';
dynect.on('connected', function () {
dynect.ARecord.add({
zone: 'example.com',
zone: zone,
fqdn: 'www.example.com',

@@ -92,3 +96,3 @@ data: {

dynect.disconnect(zone);
dynect.disconnect();
});

@@ -104,5 +108,7 @@

``` js
var zone = 'example.com';
dynect.on('connected', function () {
dynect.CNAMERecord.add({
zone: 'example.com',
zone: zone,
fqdn: 'www.example.com',

@@ -117,3 +123,3 @@ data: {

dynect.disconnect(zone);
dynect.disconnect();
});

@@ -210,2 +216,2 @@

TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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