@kyper/a11y
Advanced tools
Comparing version 0.0.2 to 1.0.1
@@ -1,1 +0,6 @@ | ||
CHANGELOG | ||
# A11y Changelog | ||
## [1.0.0] - 12-08-2020 | ||
### Added | ||
- Initial FocusTrap implementation. |
import PropTypes from 'prop-types' | ||
import React from 'react' | ||
import ReactDOM from 'react-dom' | ||
import * as ExternalFocusTrap from 'focus-trap-react' | ||
const ExternalFocusTrap = require('focus-trap-react') | ||
@@ -6,0 +6,0 @@ import { ActionTypes, FocusTrapContext } from './FocusTrapProvider' |
{ | ||
"name": "@kyper/a11y", | ||
"version": "0.0.2", | ||
"version": "1.0.1", | ||
"description": "Kyper a11y tools", | ||
@@ -27,3 +27,3 @@ "author": "MX", | ||
"peerDependencies": { | ||
"focus-trap-react": "^7.0.1", | ||
"focus-trap-react": "^8.3.2", | ||
"prop-types": "^15.7.2", | ||
@@ -33,3 +33,3 @@ "react": "^16.12.0", | ||
}, | ||
"gitHead": "1cc83aae5724c5bfb08967517feb6f6d29ef9639" | ||
"gitHead": "380b2bfb7379990db39000c34b1bad4370aa81d4" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
4375
1
0