Socket
Socket
Sign inDemoInstall

globelabs-sms-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globelabs-sms-api - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

lib/index.js

@@ -91,9 +91,6 @@ "use strict";

}, (err, res) => {
if (res.body && res.body.error) {
err = new Error(res.body.error.message);
}
if (err) { return cb(err, null, res); }
cb(null, res.body, res);
res.body = res.body?res.body:null;
cb(err, res.body, res);
})
}
};
{
"name": "globelabs-sms-api",
"version": "0.1.0",
"version": "0.1.1",
"description": "GlobeLabs SMS API wrapper for Node.js",

@@ -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