browser-tabs-lock
Advanced tools
Comparing version 1.2.14 to 1.2.15
@@ -7,3 +7,7 @@ # Changelog | ||
## [1.2.15] - 2021-08-09 | ||
### Changed | ||
- Readme and post install message | ||
## [1.2.14] - 2021-04-29 | ||
@@ -10,0 +14,0 @@ ### Changed |
{ | ||
"name": "browser-tabs-lock", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"description": "provides locking mechanism to sync across browser tabs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ [![SuperTokens banner](https://raw.githubusercontent.com/supertokens/supertokens-logo/master/images/Artboard%20%E2%80%93%2027%402x.png)](https://supertokens.io) | ||
**This library was originally designed to be used as a part of our project - SuperTokens - the most secure session management solution for web and mobile apps. Support us by checking it out [here](https://supertokens.io).** | ||
**This library was originally designed to be used as a part of our project - SuperTokens - an open source auth solution for web and mobile apps. Support us by checking it out [here](https://supertokens.io).** | ||
@@ -17,0 +17,0 @@ We are also offering free, one-to-one implementation support: |
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[93mThis library was created as a part of a larger project, SuperTokens(\u001B[34m https://supertokens.io \u001B[93m) - an open source auth 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
32276