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

nexmo

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexmo - npm Package Compare versions

Comparing version 1.0.0-beta-2 to 1.0.0-beta-3

2

package.json
{
"name": "nexmo",
"author": "nexmo",
"version": "1.0.0-beta-2",
"version": "1.0.0-beta-3",
"main": "lib/nexmo",

@@ -6,0 +6,0 @@ "keywords": [

@@ -7,3 +7,3 @@ # Nexmo Client Library for Node.js [![build status](https://secure.travis-ci.org/Nexmo/nexmo-node.png)](http://travis-ci.org/Nexmo/nexmo-node)

[![NPM](https://nodei.co/npm/easynexmo.png)](https://nodei.co/npm/easynexmo/)
[![NPM](https://nodei.co/npm/nexmo.png)](https://nodei.co/npm/nexmo/)

@@ -13,3 +13,3 @@ ## Installation Instructions

```bash
npm install easynexmo
npm install nexmo
```

@@ -20,3 +20,3 @@

```js
var Nexmo = require('easynexmo');
var Nexmo = require('nexmo');

@@ -293,3 +293,3 @@ var nexmo = new Nexmo({key: KEY, secret: SECRET}, {debug: DEBUG});

Note that default port is 443 and easynexmo does https calls in such a case. You can use setPort function to make it proper for your testing environment. When port is not 443 it will make requests via http protocol. Have a look at an example:
Note that default port is 443 and nexmo does https calls in such a case. You can use setPort function to make it proper for your testing environment. When port is not 443 it will make requests via http protocol. Have a look at an example:

@@ -296,0 +296,0 @@ ```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