Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bandwidth/messaging

Package Overview
Dependencies
Maintainers
13
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bandwidth/messaging - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/Controllers/APIController.js

@@ -310,3 +310,5 @@ /**

let response = '';
response = _context.response.body;
if (_context.response.body) {
response = _context.response.body;
}
if (_error) {

@@ -313,0 +315,0 @@ errorResponse = _baseController.validateResponse(_context);

{
"name": "@bandwidth/messaging",
"version": "0.1.0",
"version": "0.1.1",
"description": "Bandwidth's HTTP Messaging platform",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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