Socket
Socket
Sign inDemoInstall

globelabs-sms-api

Package Overview
Dependencies
47
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

11

lib/index.js

@@ -42,2 +42,3 @@ "use strict";

, data: data
, params: params
}, cb);

@@ -64,12 +65,2 @@ }

_request (options, cb) {
if(options.data)
Object.assign(options.data,{
apikey: this.apiKey
})
if(options.params)
Object.assign(options.params,{
apikey: this.apiKey
})
let _url = options.url

@@ -76,0 +67,0 @@ , method = options.method || "get"

2

package.json
{
"name": "globelabs-sms-api",
"version": "0.1.3",
"version": "0.1.4",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc