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

@entur/a11y

Package Overview
Dependencies
Maintainers
13
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entur/a11y - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.2.5](https://bitbucket.org/enturas/design-system/compare/@entur/a11y@0.2.4...@entur/a11y@0.2.5) (2020-01-06)
**Note:** Version bump only for package @entur/a11y
## [0.2.4](https://bitbucket.org/enturas/design-system/compare/@entur/a11y@0.2.3...@entur/a11y@0.2.4) (2019-12-17)

@@ -8,0 +12,0 @@

2

dist/a11y.esm.js
import React from 'react';
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
import _objectWithoutProperties from '@babel/runtime/helpers/esm/objectWithoutProperties';

@@ -4,0 +4,0 @@ var SkipToContent = function SkipToContent(_ref) {

@@ -0,17 +1,10 @@

/// <reference types="react" />
import React from "react";
declare type SkipToContentProps = {
/** Lenketeksten */
type SkipToContentProps = {
children: React.ReactNode;
/** IDen til hovedinnholdsområdet
* @default "main-content"
*/
mainId?: string;
};
declare const SkipToContent: React.FC<SkipToContentProps>;
declare type VisuallyHiddenProps = {
/** HTML-elementet eller React-komponenten som lager elementet
* @default "span"
*/
type VisuallyHiddenProps = {
as?: string | React.ElementType;
/** Innhold for skjermlesere */
children: React.ReactNode;

@@ -18,0 +11,0 @@ [key: string]: any;

{
"name": "@entur/a11y",
"version": "0.2.4",
"version": "0.2.5",
"license": "EUPL-1.2",

@@ -29,6 +29,6 @@ "main": "dist/index.js",

"dependencies": {
"@entur/tokens": "^1.1.0",
"@entur/typography": "^0.6.1"
"@entur/tokens": "^1.1.1",
"@entur/typography": "^0.7.0"
},
"gitHead": "0f15997d0016b44dd292965fb5e19435f3d842fe"
"gitHead": "1755d311b4cb5121c90a6abf85c17a9dfc530abe"
}

Sorry, the diff of this file is not supported yet

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