Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lrnwebcomponents/a11y-utils

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrnwebcomponents/a11y-utils - npm Package Compare versions

Comparing version 4.2.0 to 7.0.0

13

a11y-utils.umd.js

@@ -1,1 +0,12 @@

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("lit")):"function"==typeof define&&define.amd?define(["exports","lit"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).A11yUtils={},e.lit)}(this,(function(e,t){"use strict";var n,i,o,f=t.css(n||(i=["\n .sr-only {\n position: absolute;\n left: -10000px;\n top: auto;\n width: 1px;\n height: 1px;\n overflow: hidden;\n }\n"],o||(o=i.slice(0)),n=Object.freeze(Object.defineProperties(i,{raw:{value:Object.freeze(o)}}))));e.screenreaderOnlyCSS=f,Object.defineProperty(e,"__esModule",{value:!0})}));
import { css } from "lit";
export const screenreaderOnlyCSS = css`
.sr-only {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
`;

6

package.json

@@ -18,3 +18,3 @@ {

},
"version": "4.2.0",
"version": "7.0.0",
"description": "a collection of accessibility patterns and styles",

@@ -41,3 +41,3 @@ "repository": {

"dependencies": {
"lit": "^2.6.1"
"lit": "^2.7.2"
},

@@ -63,3 +63,3 @@ "devDependencies": {

],
"gitHead": "6afcd512f3d42c2987ba1dd7b0067f28448e4418"
"gitHead": "619ebdfc0aac017516b65f4e6eb1c12080dff39e"
}
// rollup.config.js
import configFactory from "../../scripts/rollup.config.factory.js";
import packageJson from "./package.json";
import packageJson from "./package.json" assert { type: "json" };
export default configFactory(packageJson.wcfactory);

Sorry, the diff of this file is not supported yet

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