@epic-web/totp
Advanced tools
Comparing version 1.1.1 to 1.1.2
/** | ||
* This was copy/paste/modified/tested from https://npm.im/notp (MIT) | ||
*/ | ||
import * as crypto from 'crypto' | ||
import * as crypto from 'node:crypto' | ||
@@ -6,0 +6,0 @@ /** |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Create and verify cryptographically secure Time-based One-time Passwords (TOTP) using the HMAC-based One-time Password (HOTP) algorithm.", | ||
@@ -17,0 +17,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24192
1