Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "otp-io", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "🕖 Typed library to work 2fa via Google Authenticator/Time-based TOTP/Hmac-based HOTP", | ||
@@ -48,7 +48,5 @@ "scripts": { | ||
}, | ||
"default": { | ||
"require": "./crypto-web.js", | ||
"import": "./crypto-web.mjs", | ||
"types": "./crypto-web.d.ts" | ||
} | ||
"require": "./crypto-web.js", | ||
"import": "./crypto-web.mjs", | ||
"types": "./crypto-web.d.ts" | ||
} | ||
@@ -55,0 +53,0 @@ }, |
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
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
70369