a11y-status
Advanced tools
Comparing version 1.0.0 to 2.0.0-beta.0
{ | ||
"name": "a11y-status", | ||
"version": "1.0.0", | ||
"version": "2.0.0-beta.0", | ||
"description": "Create a singleton live region for a11y status updates", | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/remirror/remirror.git", | ||
"directory": "packages/a11y-status" | ||
}, | ||
"license": "MIT", | ||
@@ -11,22 +15,17 @@ "contributors": [ | ||
], | ||
"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": [ | ||
"dist" | ||
"dist", | ||
"dist-types" | ||
], | ||
@@ -43,4 +42,3 @@ "dependencies": { | ||
"sizeLimit": "1 KB" | ||
}, | ||
"rn:dev": "src/index.ts" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
17572
0
Yes
8
54
1
1