browser-tabs-lock
Advanced tools
Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "browser-tabs-lock", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "provides locking mechanism to sync across browser tabs", | ||
@@ -48,2 +48,2 @@ "main": "index.js", | ||
"homepage": "https://github.com/supertokens/browser-tabs-lock#readme" | ||
} | ||
} |
let message = '\u001B[93mThank you for using browser-tabs-lock (\u001B[34m https://github.com/supertokens/browser-tabs-lock \u001B[93m).\n\n' + | ||
'\u001B[93mThis library was created as a part of a larger project, SuperTokens(\u001B[34m https://supertokens.io \u001B[93m) - the best session management solution.\u001B[0m\n' + | ||
'\u001B[93mYou can also check out our other projects on \u001B[34mhttps://github.com/supertokens\u001B[93m\n'; | ||
'\u001B[93mThis library was created as a part of a larger project, SuperTokens(\u001B[34m https://supertokens.io \u001B[93m) - the best session management solution.\u001B[0m\n' + | ||
'\u001B[93mYou can also check out our other projects on \u001B[34mhttps://github.com/supertokens\u001B[93m\n\u001B[0m'; | ||
console.log(message); |
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
31668