Socket
Socket
Sign inDemoInstall

@tds/core-a11y-content

Package Overview
Dependencies
Maintainers
8
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tds/core-a11y-content - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

3

A11yContent.jsx

@@ -22,2 +22,5 @@ import React from 'react'

A11yContent.propTypes = {
/**
* Accessible content.
*/
children: PropTypes.string.isRequired,

@@ -24,0 +27,0 @@ }

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

## [2.0.2](https://github.com/telusdigital/tds/compare/@tds/core-a11y-content@2.0.1...@tds/core-a11y-content@2.0.2) (2019-04-23)
**Note:** Version bump only for package @tds/core-a11y-content
## [2.0.1](https://github.com/telusdigital/tds/compare/@tds/core-a11y-content@2.0.0...@tds/core-a11y-content@2.0.1) (2019-04-22)

@@ -8,0 +16,0 @@

@@ -29,2 +29,5 @@ 'use strict';

A11yContent.propTypes = {
/**
* Accessible content.
*/
children: PropTypes.string.isRequired

@@ -31,0 +34,0 @@ };

@@ -25,2 +25,5 @@ import React from 'react';

A11yContent.propTypes = {
/**
* Accessible content.
*/
children: PropTypes.string.isRequired

@@ -27,0 +30,0 @@ };

4

package.json
{
"name": "@tds/core-a11y-content",
"version": "2.0.1",
"version": "2.0.2",
"description": "Hide content that should only be seen by screen readers",

@@ -31,3 +31,3 @@ "main": "index.cjs.js",

},
"gitHead": "a8be87924c25971d74de760782c9bd0230142bc4"
"gitHead": "31568464c289d336537bdc20cf027308c0b8c3fa"
}
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