Socket
Socket
Sign inDemoInstall

node-nexmo-api

Package Overview
Dependencies
53
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

Readme.md

2

package.json

@@ -9,3 +9,3 @@ { "name": "node-nexmo-api"

]
, "version": "0.0.4"
, "version": "0.0.5"
, "repository" :

@@ -12,0 +12,0 @@ { "type" : "git"

@@ -42,3 +42,3 @@ var nexmoFixture = require('./fixtures/nexmo.fixture').Fixture;

test.throws(function() {
self.nexmo.send();
self.nexmo.sms.send();
});

@@ -50,3 +50,3 @@ test.done();

test.throws(function() {
self.nexmo.send({});
self.nexmo.sms.send({});
});

@@ -53,0 +53,0 @@ test.done();

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