New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

onceler

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onceler - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

.npmignore

4

lib/onceler/hotp.js

@@ -23,3 +23,3 @@ /*

var sys = require('sys');
var util = require('util');
var OTP = require('./otp');

@@ -35,4 +35,4 @@

sys.inherits(HOTP, OTP);
util.inherits(HOTP, OTP);
HOTP.prototype.verify = verify;
module.exports = HOTP;

@@ -23,3 +23,3 @@ /*

var sys = require('sys');
var util = require('util');
var OTP = require('./otp');

@@ -33,3 +33,3 @@

module.exports = TOTP;
sys.inherits(TOTP, OTP);
util.inherits(TOTP, OTP);

@@ -36,0 +36,0 @@ function timeCode(x) {

{
"name": "onceler",
"description": "OTP (One Time Password) facilities for node.",
"version": "0.0.4",
"version": "0.0.5",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=0.2.6"

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