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

@digitalservicebund/icons

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalservicebund/icons - npm Package Versions

2.0.1

Diff

Changelog

Source

[2.0.1]

Fixed

  • remove invalid and needless ARIA roles

The graphics-symbol role is not officially specified and not understood my assistive technologies. Furthermore, the build script tests the aria-hidden attribute. Thereby the icons are not available in the accessibility tree anyway, so they don't need any role.

We received a hint for this in an external accessibility audit.

digitalservice4germany
published 2.0.0 •

Changelog

Source

[2.0.0]

Changed

  • Breaking: Use ESM instead of CJS module system

If you get an error during the typecheck

error TS2307: Cannot find module ... or its corresponding type declarations.

please add this below in the tsconfig

    "paths": {
      "@digitalservicebund/icons/*": ["node_modules/@digitalservicebund/icons/*"]
    }
digitalservice4germany
published 1.1.1 •

digitalservice4germany
published 1.1.0 •

digitalservice4germany
published 1.0.1 •

digitalservice4germany
published 1.0.0 •

Changelog

Source

[1.0.0]

Added

  • Initial release of digitalservice/icons re-packaged as a set of React components without being dependent on Emotion.
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