Socket
Socket
Sign inDemoInstall

authy-client

Package Overview
Dependencies
98
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

17

CHANGELOG.md
# 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)

47

dist/package.json
{
"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

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