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

authy-client

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authy-client - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

11

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)
## [v1.0.7](https://github.com/seegno/authy-client/tree/v1.0.7) (2016-10-19)
[Full Changelog](https://github.com/seegno/authy-client/compare/v1.0.6...v1.0.7)
**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))
- Update device constraint to accept null values [\#21](https://github.com/seegno/authy-client/pull/21) ([ruimarinho](https://github.com/ruimarinho))
## [v1.0.6](https://github.com/seegno/authy-client/tree/v1.0.6) (2016-09-09)
## [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.5...v1.0.6)

@@ -16,2 +15,4 @@

- 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))
- Update JSCS@3.0.7 [\#16](https://github.com/seegno/authy-client/pull/16) ([fixe](https://github.com/fixe))

@@ -18,0 +19,0 @@ - Fix tests not passing [\#15](https://github.com/seegno/authy-client/pull/15) ([pedrobranco](https://github.com/pedrobranco))

{
"name": "authy-client",
"version": "1.0.6",
"version": "1.0.7",
"description": "A complete Authy client with support for TOTP, OneTouch, Phone Verification and Phone Intelligence APIs",

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

@@ -572,3 +572,3 @@ 'use strict';

cellphone: [_validator.Assert.required(), _validator.Assert.string()],
device: _validator.Assert.string(),
device: _validator.Assert.nullOrString(),
ignored: _validator.Assert.boolean(),

@@ -630,3 +630,3 @@ message: [_validator.Assert.required(), _validator.Assert.string()]

cellphone: [_validator.Assert.required(), _validator.Assert.string()],
device: _validator.Assert.string(),
device: _validator.Assert.nullOrString(),
ignored: _validator.Assert.boolean(),

@@ -633,0 +633,0 @@ message: [_validator.Assert.required(), _validator.Assert.string()]

{
"name": "authy-client",
"version": "1.0.6",
"version": "1.0.7",
"description": "A complete Authy client with support for TOTP, OneTouch, Phone Verification and Phone Intelligence APIs",

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

Sorry, the diff of this file is too big to display

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