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-3 to 12.0.0

6

core.js
/**
* otplib
*
* @author undefined
* @version: 12.0.0-3
* @license: undefined
* @author Gerald Yeo <contact@fusedthought.com>
* @version: 12.0.0
* @license: MIT
**/

@@ -8,0 +8,0 @@ 'use strict';

/**
* otplib
*
* @author undefined
* @version: 12.0.0-3
* @license: undefined
* @author Gerald Yeo <contact@fusedthought.com>
* @version: 12.0.0
* @license: MIT
**/

@@ -8,0 +8,0 @@ 'use strict';

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

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

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

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

@@ -82,3 +82,3 @@ # otplib

> If you need to customise your base32 or crypto libraries,
> check out the [In-Depth Guide][docs-in-depth]
> check out the [In-Depth Guide][docs-in-depth] and [Available Packages][docs-available-packages]

@@ -521,2 +521,3 @@ ### In Node.js

[docs-available-packages]: https://github.com/yeojz/otplib/blob/master/packages/README.md
[docs-core-async]: https://github.com/yeojz/otplib/blob/master/packages/otplib-core-async/README.md

@@ -523,0 +524,0 @@ [docs-in-depth]: https://github.com/yeojz/otplib/blob/master/packages/otplib-core/README.md#getting-started

/**
* otplib
*
* @author undefined
* @version: 12.0.0-3
* @license: undefined
* @author Gerald Yeo <contact@fusedthought.com>
* @version: 12.0.0
* @license: MIT
**/

@@ -8,0 +8,0 @@ 'use strict';

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