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

telnyx

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telnyx - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

lib/resources/BillingGroups.js

8

CHANGELOG.md
# CHANGELOG
### v1.4.0 (2019-12-12)
##### New Features
* **resources:** Billing Groups
* **webhooks:** Inbound Call Control example
### v1.3.0 (2019-11-14)

@@ -4,0 +12,0 @@

7

lib/telnyx.js

@@ -51,2 +51,3 @@ 'use strict';

SimCards: require('./resources/SimCards'),
BillingGroups: require('./resources/BillingGroups'),
Actions: require('./resources/Actions'),

@@ -85,4 +86,4 @@ };

this.setApiKey(key);
this._prepResources();
this.setApiKey(key);

@@ -275,4 +276,4 @@ this.errors = require('./Error');

_createEmptyConstructor: function(content) {
return function() {
return content;
return function(args) {
return Object.assign(content, args || {});
}

@@ -279,0 +280,0 @@ }

{
"name": "telnyx",
"version": "1.3.0",
"version": "1.4.0",
"description": "Telnyx API Node SDK",

@@ -5,0 +5,0 @@ "keywords": [

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