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

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 10.0.0-4 to 10.0.0-6

2

authenticator.js

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

* @author Gerald Yeo <contact@fusedthought.com>
* @version: 10.0.0-4
* @version: 10.0.0-6
* @license: MIT

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

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

* @author Gerald Yeo <contact@fusedthought.com>
* @version: 10.0.0-4
* @version: 10.0.0-6
* @license: MIT

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

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

* @author Gerald Yeo <contact@fusedthought.com>
* @version: 10.0.0-4
* @version: 10.0.0-6
* @license: MIT

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

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

* @author Gerald Yeo <contact@fusedthought.com>
* @version: 10.0.0-4
* @version: 10.0.0-6
* @license: MIT

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

{
"name": "otplib",
"version": "10.0.0-4",
"version": "10.0.0-6",
"description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library",

@@ -9,11 +9,7 @@ "main": "./index.js",

"build": "./scripts/build.sh",
"build:browser": "webpack --config ./scripts/webpack.config.js",
"build:docs": "jsdoc --configure jsdoc.json --verbose",
"build:module": "rollup -c scripts/rollup.config.js",
"build:transpile": "babel dist --out-dir dist",
"build:types": "./scripts/build-types.sh",
"build:bundles": "webpack --config ./scripts/webpack.config.js",
"build:docs": "jsdoc --configure jsdoc.json",
"build:modules": "rollup -c scripts/rollup.config.js",
"clean": "rimraf dist coverage docs",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"deploy-gh-pages": "./scripts/build-site.sh",
"deploy-package": "./scripts/build-publish.sh",
"lint:js": "eslint \"packages/**/**?(.spec|).js\"",

@@ -20,0 +16,0 @@ "lint:format": "prettier --write \"{packages,scripts,site/scripts,site/public}/**/**.js\"",

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

* @author Gerald Yeo <contact@fusedthought.com>
* @version: 10.0.0-4
* @version: 10.0.0-6
* @license: MIT

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

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

* @author Gerald Yeo <contact@fusedthought.com>
* @version: 10.0.0-4
* @version: 10.0.0-6
* @license: MIT

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

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