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

telnyx

Package Overview
Dependencies
Maintainers
5
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.26.0 to 1.26.1

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # CHANGELOG

### v1.26.1
- Fix porting comments
### v1.26.0

@@ -7,0 +10,0 @@ - Endpoint additions

@@ -95,2 +95,14 @@ 'use strict';

}),
createComment: telnyxMethod({
method: 'POST',
path: '/{id}/comments',
methodType: 'create',
urlParams: ['id']
}),
listComments: telnyxMethod({
method: 'GET',
path: '/{id}/comments',
methodType: 'list',
urlParams: ['id']
})
});

2

package.json
{
"name": "telnyx",
"version": "1.26.0",
"version": "1.26.1",
"description": "Telnyx API Node SDK",

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

Sorry, the diff of this file is not supported yet

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