authy-client
Advanced tools
Comparing version 1.0.5 to 1.0.6
# Changelog | ||
## [v1.0.6](https://github.com/seegno/authy-client/tree/v1.0.6) (2016-09-28) | ||
[Full Changelog](https://github.com/seegno/authy-client/compare/v1.0.6...v1.0.6) | ||
**Merged pull requests:** | ||
- Add .npmignore to produce smaller packages [\#18](https://github.com/seegno/authy-client/pull/18) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update dependencies [\#17](https://github.com/seegno/authy-client/pull/17) ([ruimarinho](https://github.com/ruimarinho)) | ||
## [v1.0.6](https://github.com/seegno/authy-client/tree/v1.0.6) (2016-09-09) | ||
[Full Changelog](https://github.com/seegno/authy-client/compare/v1.0.5...v1.0.6) | ||
**Merged pull requests:** | ||
- Update JSCS@3.0.7 [\#16](https://github.com/seegno/authy-client/pull/16) ([fixe](https://github.com/fixe)) | ||
- Fix tests not passing [\#15](https://github.com/seegno/authy-client/pull/15) ([pedrobranco](https://github.com/pedrobranco)) | ||
- Fix request-debug logging [\#13](https://github.com/seegno/authy-client/pull/13) ([pedrobranco](https://github.com/pedrobranco)) | ||
## [v1.0.5](https://github.com/seegno/authy-client/tree/v1.0.5) (2016-08-01) | ||
@@ -4,0 +21,0 @@ [Full Changelog](https://github.com/seegno/authy-client/compare/v1.0.4...v1.0.5) |
{ | ||
"name": "authy-client", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A complete Authy client with support for TOTP, OneTouch, Phone Verification and Phone Intelligence APIs", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"coverage": "nyc --reporter=html --reporter=text npm test", | ||
"lint": "eslint src test && jscs src test", | ||
"lint": "eslint src test", | ||
"prepublish": "npm run transpile", | ||
@@ -43,35 +43,30 @@ "test": "NODE_ENV=test mocha $npm_package_options_mocha", | ||
"dependencies": { | ||
"bluebird": "^3.3.5", | ||
"debugnyan": "0.0.2", | ||
"google-libphonenumber": "^1.0.20", | ||
"lodash": "^4.12.0", | ||
"qs": "^6.2.0", | ||
"request": "^2.72.0", | ||
"bluebird": "^3.4.6", | ||
"debugnyan": "^1.0.0", | ||
"google-libphonenumber": "^2.0.2", | ||
"lodash": "^4.16.2", | ||
"qs": "^6.2.1", | ||
"request": "^2.75.0", | ||
"request-debug": "^0.2.0", | ||
"standard-http-error": "^2.0.0", | ||
"urijs": "^1.18.0", | ||
"urijs": "^1.18.2", | ||
"url-escape-tag": "^1.0.0", | ||
"validator": "^5.2.0", | ||
"validator.js": "^2.0.0", | ||
"validator.js-asserts": "^3.0.0" | ||
"validator": "^6.0.0", | ||
"validator.js": "^2.0.3", | ||
"validator.js-asserts": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.8.0", | ||
"babel-eslint": "^6.0.4", | ||
"babel-cli": "^6.14.0", | ||
"babel-eslint": "^7.0.0", | ||
"babel-plugin-transform-async-to-module-method": "^6.8.0", | ||
"babel-preset-es2015-node4": "^2.1.0", | ||
"babel-preset-stage-1": "^6.3.13", | ||
"babel-register": "^6.8.0", | ||
"eslint": "^2.10.2", | ||
"eslint-config-seegno": "^4.0.0", | ||
"eslint-plugin-babel": "^3.2.0", | ||
"eslint-plugin-sort-class-members": "^1.0.1", | ||
"isparta": "^4.0.0", | ||
"jscs": "^2.11.0", | ||
"jscs-config-seegno": "^2.0.0", | ||
"mocha": "^2.3.4", | ||
"babel-preset-stage-1": "^6.13.0", | ||
"babel-register": "^6.14.0", | ||
"eslint": "^3.6.1", | ||
"eslint-config-seegno": "^6.0.0", | ||
"mocha": "^3.1.0", | ||
"nock": "^8.0.0", | ||
"nyc": "^6.4.4", | ||
"nyc": "^8.3.0", | ||
"pre-commit": "^1.1.3", | ||
"should": "^8.3.1" | ||
"should": "^11.1.0" | ||
}, | ||
@@ -78,0 +73,0 @@ "engines": { |
@@ -59,3 +59,2 @@ 'use strict'; | ||
body: { | ||
qux: 'net', | ||
foo: { | ||
@@ -65,3 +64,4 @@ bar: { | ||
} | ||
} | ||
}, | ||
qux: 'net' | ||
}, | ||
@@ -95,3 +95,2 @@ headers: { | ||
body: { | ||
qux: 'net', | ||
foo: { | ||
@@ -101,3 +100,4 @@ bar: { | ||
} | ||
} | ||
}, | ||
qux: 'net' | ||
}, | ||
@@ -121,3 +121,2 @@ headers: { | ||
body: { | ||
qux: 'net', | ||
foo: { | ||
@@ -127,3 +126,4 @@ bar: { | ||
} | ||
} | ||
}, | ||
qux: 'net' | ||
}, | ||
@@ -130,0 +130,0 @@ headers: { |
{ | ||
"name": "authy-client", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A complete Authy client with support for TOTP, OneTouch, Phone Verification and Phone Intelligence APIs", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"coverage": "nyc --reporter=html --reporter=text npm test", | ||
"lint": "eslint src test && jscs src test", | ||
"lint": "eslint src test", | ||
"prepublish": "npm run transpile", | ||
@@ -43,35 +43,30 @@ "test": "NODE_ENV=test mocha $npm_package_options_mocha", | ||
"dependencies": { | ||
"bluebird": "^3.3.5", | ||
"debugnyan": "0.0.2", | ||
"google-libphonenumber": "^1.0.20", | ||
"lodash": "^4.12.0", | ||
"qs": "^6.2.0", | ||
"request": "^2.72.0", | ||
"bluebird": "^3.4.6", | ||
"debugnyan": "^1.0.0", | ||
"google-libphonenumber": "^2.0.2", | ||
"lodash": "^4.16.2", | ||
"qs": "^6.2.1", | ||
"request": "^2.75.0", | ||
"request-debug": "^0.2.0", | ||
"standard-http-error": "^2.0.0", | ||
"urijs": "^1.18.0", | ||
"urijs": "^1.18.2", | ||
"url-escape-tag": "^1.0.0", | ||
"validator": "^5.2.0", | ||
"validator.js": "^2.0.0", | ||
"validator.js-asserts": "^3.0.0" | ||
"validator": "^6.0.0", | ||
"validator.js": "^2.0.3", | ||
"validator.js-asserts": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.8.0", | ||
"babel-eslint": "^6.0.4", | ||
"babel-cli": "^6.14.0", | ||
"babel-eslint": "^7.0.0", | ||
"babel-plugin-transform-async-to-module-method": "^6.8.0", | ||
"babel-preset-es2015-node4": "^2.1.0", | ||
"babel-preset-stage-1": "^6.3.13", | ||
"babel-register": "^6.8.0", | ||
"eslint": "^2.10.2", | ||
"eslint-config-seegno": "^4.0.0", | ||
"eslint-plugin-babel": "^3.2.0", | ||
"eslint-plugin-sort-class-members": "^1.0.1", | ||
"isparta": "^4.0.0", | ||
"jscs": "^2.11.0", | ||
"jscs-config-seegno": "^2.0.0", | ||
"mocha": "^2.3.4", | ||
"babel-preset-stage-1": "^6.13.0", | ||
"babel-register": "^6.14.0", | ||
"eslint": "^3.6.1", | ||
"eslint-config-seegno": "^6.0.0", | ||
"mocha": "^3.1.0", | ||
"nock": "^8.0.0", | ||
"nyc": "^6.4.4", | ||
"nyc": "^8.3.0", | ||
"pre-commit": "^1.1.3", | ||
"should": "^8.3.1" | ||
"should": "^11.1.0" | ||
}, | ||
@@ -78,0 +73,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
13
253694
71
5299
+ Addeddebugnyan@1.0.0(transitive)
+ Addedgoogle-libphonenumber@2.0.19(transitive)
+ Addedvalidator@6.3.0(transitive)
- Removeddebugnyan@0.0.2(transitive)
- Removedgoogle-libphonenumber@1.1.2(transitive)
- Removedvalidator@5.7.0(transitive)
Updatedbluebird@^3.4.6
Updateddebugnyan@^1.0.0
Updatedgoogle-libphonenumber@^2.0.2
Updatedlodash@^4.16.2
Updatedqs@^6.2.1
Updatedrequest@^2.75.0
Updatedurijs@^1.18.2
Updatedvalidator@^6.0.0
Updatedvalidator.js@^2.0.3
Updatedvalidator.js-asserts@^3.0.1