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

react-solid-flow

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-solid-flow - npm Package Versions

1.0.0

Diff

Changelog

Source

[1.0.0] - 2024-01-23

Added

  • additional typescript checks if useResource value is a function type, so it's impossible to accidently miss the external function wrapper during initialization
  • <Match /> narrows down renderProp type to non-nullable values

Changed

  • <Await /> now renders nothing instead of throwing an error, if nullish for prop was supplied
  • default module format switched from cjs to mjs
  • builder changed from vite to tsup
  • exports declaration was changed for better cjs/mjs support
  • stricter internal dispatch checkings in useResource
  • documentation and changelog typos, wordings and better examples
  • source code is ommited from the npm bundle

Security

  • devDependencies bump
religiosa1
published 0.2.3 •

Changelog

Source

[0.2.3] - 2023-02-20

Changed

  • typeof function being used instead of instanceOf Function in checks inside the code to avoid potential issue with Jest

Security

  • devDependencies versions bump
religiosa1
published 0.2.2 •

Changelog

Source

[0.2.2] - 2023-01-25

Changed

  • actually change react jsx-runtime back to classic in the bundle, because of the issue with webpack5 mjs imports
religiosa1
published 0.2.1 •

Changelog

Source

[0.2.1] - 2023-01-24

Changed

  • eslint check was added to the build-test pipeline, so it's required for lint to pass
  • Stricter error verification rules, resource error types were changed from any to unknown
  • jsx-runtime settings changed to react-jsx

Fixed

  • fixed or muted all the previous eslint warnings
religiosa1
published 0.2.0 •

Changelog

Source

[0.2.0] - 2023-01-23

First public release.

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