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

node-otp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-otp - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

1

lib/authenticator.js

@@ -30,2 +30,3 @@ 'use strict';

secret = encode(secret);
return 'otpauth://totp/' + issuer + ':' + user + '?secret=' + secret + '&issuer=' + issuer;

@@ -32,0 +33,0 @@ };

18

package.json
{
"name": "node-otp",
"version": "0.1.0",
"version": "0.1.1",
"main": "lib/index.js",

@@ -8,11 +8,4 @@ "repository": "git@github.com:alessiodionisi/node-otp.git",

"license": "MIT",
"keywords": [
"otp",
"two-factor",
"rfc4226",
"rfc6238"
],
"files": [
"lib"
],
"keywords": ["otp", "two-factor", "rfc4226", "rfc6238"],
"files": ["lib"],
"scripts": {

@@ -27,6 +20,3 @@ "test": "jest",

"jest": {
"testPathIgnorePatterns": [
"node_modules",
"lib"
]
"testPathIgnorePatterns": ["node_modules", "lib"]
},

@@ -33,0 +23,0 @@ "devDependencies": {

@@ -1,1 +0,4 @@

# node-otp
# node-otp
[![NPMV](https://img.shields.io/npm/v/node-otp.svg?style=flat-square)](https://npmjs.org/package/node-otp)
[![Travis](https://img.shields.io/travis/alessiodionisi/node-otp.svg?style=flat-square)](https://travis-ci.org/alessiodionisi/node-otp)
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