New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@area17/a17-helpers

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@area17/a17-helpers - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

package.json
{
"name": "@area17/a17-helpers",
"version": "0.8.0",
"version": "0.8.1",
"description": "A js helper package",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -56,2 +56,5 @@ # A17 JS Helpers

**0.8.0**
* Added `focusTrap` and `focusDisplayHandler` to the index.js so this can be imported into your app
**0.8.0**
* Added `focusTrap` and `focusDisplayHandler` to trap keyboard tab focus within an element and to help style keyboard focus states

@@ -58,0 +61,0 @@

@@ -7,2 +7,4 @@ import ajaxRequest from './utility/ajaxRequest.js';

import extend from './utility/extend.js';
import focusDisplayHandler from './utility/focusDisplayHandler';
import focusTrap from './utility/focusTrap';
import fontLoadObserver from './utility/fontLoadObserver';

@@ -39,2 +41,4 @@ import forEach from './utility/forEach';

extend,
focusDisplayHandler,
focusTrap,
fontLoadObserver,

@@ -41,0 +45,0 @@ forEach,

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