browser-tab-id
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "browser-tab-id", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Library to get a unique integer id for each tab running the same app. Defaults to getting lowest positive integer.", | ||
@@ -21,3 +21,6 @@ "scripts": { | ||
], | ||
"exports": "./dist/index.js", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"types": "./index.d.ts" | ||
}, | ||
"files": [ | ||
@@ -24,0 +27,0 @@ "dist/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
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
9123