browser-tab-id
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "browser-tab-id", | ||
"description": "Library to get a unique integer id for each tab running the same app. Defaults to getting lowest positive integer.", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -18,3 +18,3 @@ "bugs": { | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
@@ -21,0 +21,0 @@ "types": "./index.d.ts" |
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
9247