Socket
Socket
Sign inDemoInstall

@kyper/a11y

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyper/a11y - npm Package Compare versions

Comparing version 0.0.2 to 1.0.1

7

CHANGELOG.md

@@ -1,1 +0,6 @@

CHANGELOG
# A11y Changelog
## [1.0.0] - 12-08-2020
### Added
- Initial FocusTrap implementation.

2

lib/FocusTrap.js
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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc