Socket
Socket
Sign inDemoInstall

jsx-info

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-info - npm Package Versions

2

3.1.0

Diff

wavebeem
published 3.0.1 •

Changelog

Source

v3.0.1

  • Fixes a bug where most props were ignored when searching by prop
wavebeem
published 3.0.0 •

Changelog

Source

v3.0.0

  • Removes accidentally exported function parse
wavebeem
published 2.1.2 •

Changelog

Source

v2.1.2

  • Adds missing TypeScript types
wavebeem
published 2.1.1 •

Changelog

Source

v2.1.1

  • Fixes a bug where prop usage wasn't collected
wavebeem
published 2.1.0 •

Changelog

Source

v2.1.0

  • Adds support for --prop '!propName' to search for all usages of a component where propName is not used
  • Adds support for --prop 'propName!=value' to search for all usages of a component where propName's value is not value
wavebeem
published 2.0.0 •

Changelog

Source

v2.0.0

  • Adds a full JS API for library usage
  • Changes --add-babel-plugin a --add-babel-plugin b to --babel-plugins a b
  • Changes --ignore a --ignore b to --ignore a b
  • Changes --files a --files b to --files a b
  • Changes jsx-info a b c to jsx-info --components a b c
  • Changes jsx-info to jsx-info --components "*"
  • Running jsx-info with missing arguments now enters interactive mode
  • Removes the --sort <...> flag
wavebeem
published 1.6.1 •

Changelog

Source

v1.6.1

  • Crash fix
wavebeem
published 1.6.0 •

Changelog

Source

v1.6.0

  • Adds --report lines --prop <PROP[=value]> option
  • Adds config file support
wavebeem
published 1.5.0 •

Changelog

Source

v1.5.0

  • Prop usage graphs are now relative to the number of component usages, rather than relative to the number of total props used across all component usages. This means that a "full" prop bar corresponds to a prop used in every usage of that component.
2
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