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.1 to 0.1.2

2

lib/index.js

@@ -80,3 +80,3 @@ "use strict";

, removeTrailingSlash = options.removeTrailingSlash || false
, url = this.host + _url + "/" + version + "/" + (removeTrailingSlash ? "" : "/") + (qs ? "?" + qs : "")
, url = this.host + _url + "/" + version + (removeTrailingSlash ? "" : "/") + (qs ? "?" + qs : "")
;

@@ -83,0 +83,0 @@

{
"name": "globelabs-sms-api",
"version": "0.1.1",
"version": "0.1.2",
"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