Socket
Socket
Sign inDemoInstall

otplib

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

otplib - npm Package Compare versions

Comparing version 12.0.0 to 12.0.1

2

core.js

@@ -5,3 +5,3 @@ /**

* @author Gerald Yeo <contact@fusedthought.com>
* @version: 12.0.0
* @version: 12.0.1
* @license: MIT

@@ -8,0 +8,0 @@ **/

@@ -5,3 +5,3 @@ /**

* @author Gerald Yeo <contact@fusedthought.com>
* @version: 12.0.0
* @version: 12.0.1
* @license: MIT

@@ -8,0 +8,0 @@ **/

{
"name": "otplib",
"description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library",
"version": "12.0.0",
"version": "12.0.1",
"main": "./index.js",

@@ -11,5 +11,5 @@ "publishConfig": {

"dependencies": {
"@otplib/core": "^12.0.0",
"@otplib/preset-default": "^12.0.0",
"@otplib/preset-v11": "^12.0.0"
"@otplib/core": "^12.0.1",
"@otplib/preset-default": "^12.0.1",
"@otplib/preset-v11": "^12.0.1"
},

@@ -16,0 +16,0 @@ "otplib": {},

@@ -53,3 +53,3 @@ # otplib

and are tested against the test vectors provided in their respective RFC specifications.
These datasets can be found in the `packages/tests-data` folder.
These datasets can be found in the `tests/data` folder.

@@ -475,2 +475,3 @@ - [RFC 4226 Dataset][rfc-4226-dataset]

<td align="center"><a href="https://tony.brix.ninja"><img src="https://avatars3.githubusercontent.com/u/97994?v=4" width="80px;" alt="Tony Brix"/><br /><sub><b>Tony Brix</b></sub></a><br /><a href="https://github.com/yeojz/otplib/commits?author=UziTech" title="Code">💻</a> <a href="https://github.com/yeojz/otplib/commits?author=UziTech" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/encX"><img src="https://avatars3.githubusercontent.com/u/5965883?v=4" width="80px;" alt="Plai"/><br /><sub><b>Plai</b></sub></a><br /><a href="https://github.com/yeojz/otplib/commits?author=encX" title="Documentation">📖</a></td>
</tr>

@@ -481,3 +482,2 @@ </table>

<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

@@ -484,0 +484,0 @@

@@ -5,3 +5,3 @@ /**

* @author Gerald Yeo <contact@fusedthought.com>
* @version: 12.0.0
* @version: 12.0.1
* @license: MIT

@@ -8,0 +8,0 @@ **/

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