Comparing version 1.0.0-beta-2 to 1.0.0-beta-3
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163862