a11y-status
Advanced tools
Comparing version 0.0.0-pr1654.1 to 0.0.0-pr1713.1
{ | ||
"name": "a11y-status", | ||
"version": "0.0.0-pr1654.1", | ||
"version": "0.0.0-pr1713.1", | ||
"description": "Create a singleton live region for a11y status updates", | ||
@@ -15,20 +15,14 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status", | ||
], | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/a11y-status.esm.js", | ||
"require": "./dist/a11y-status.cjs.js", | ||
"browser": "./dist/a11y-status.browser.esm.js", | ||
"types": "./dist/a11y-status.cjs.d.ts", | ||
"default": "./dist/a11y-status.esm.js" | ||
"import": "./dist/a11y-status.js", | ||
"types": "./dist-types/index.d.ts", | ||
"default": "./dist/a11y-status.js" | ||
}, | ||
"./package.json": "./package.json", | ||
"./types/*": "./dist/declarations/src/*.d.ts" | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/a11y-status.cjs.js", | ||
"module": "dist/a11y-status.esm.js", | ||
"browser": { | ||
"./dist/a11y-status.cjs.js": "./dist/a11y-status.browser.cjs.js", | ||
"./dist/a11y-status.esm.js": "./dist/a11y-status.browser.esm.js" | ||
}, | ||
"types": "./dist/a11y-status.cjs.d.ts", | ||
"main": "./dist/a11y-status.js", | ||
"module": "./dist/a11y-status.js", | ||
"types": "./dist-types/index.d.ts", | ||
"files": [ | ||
@@ -47,4 +41,3 @@ "dist" | ||
"sizeLimit": "1 KB" | ||
}, | ||
"rn:dev": "src/index.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
Yes
6973
5
40
1