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

@spark-web/a11y

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-web/a11y - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

dist/declarations/src/index.d.ts
export { Emoji } from './Emoji';
export { useFocusRing, useFocusVisible } from './focusRing';
export { composeId, IdProvider, mergeIds, useId } from './idContext';
export { VisuallyHidden } from './VisuallyHidden';
export { VisuallyHidden, visuallyHiddenStyles } from './VisuallyHidden';
export type { EmojiProps } from './Emoji';
export type { BackgroundTone } from './focusRing';

@@ -184,1 +184,2 @@ 'use strict';

exports.useId = useId;
exports.visuallyHiddenStyles = visuallyHiddenStyles;

@@ -184,1 +184,2 @@ 'use strict';

exports.useId = useId;
exports.visuallyHiddenStyles = visuallyHiddenStyles;

@@ -172,2 +172,2 @@ import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2';

export { Emoji, IdProvider, VisuallyHidden, composeId, mergeIds, useFocusRing, useFocusVisible, useId };
export { Emoji, IdProvider, VisuallyHidden, composeId, mergeIds, useFocusRing, useFocusVisible, useId, visuallyHiddenStyles };
{
"name": "@spark-web/a11y",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",

@@ -13,4 +13,4 @@ "main": "dist/spark-web-a11y.cjs.js",

"@emotion/css": "^11.9.0",
"@spark-web/theme": "^3.0.3",
"@spark-web/utils": "^1.2.0",
"@spark-web/theme": "^3.0.5",
"@spark-web/utils": "^1.2.1",
"polished": "^4.2.2"

@@ -17,0 +17,0 @@ },

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