🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

unexpected-react

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unexpected-react - npm Package Versions

1235

3.1.1

Diff
bruderstein
published 3.1.1 •

Changelog

Source

v3.1.1

  • Update to htmllike 2.0.2, fixes output issue
bruderstein
published 3.1.0 •

Changelog

Source

v3.1.0

  • Enable using queried for and with event as the resolution of the promise.
bruderstein
published 3.0.2 •

Changelog

Source

v3.0.2

  • Update various dependencies, so that React 0.13 is properly no longer supported, and React v15 is properly supported, without peerDep warnings (thanks @choffmeister)
bruderstein
published 3.0.1 •

Changelog

Source

v3.0.1

  • Remove unexpected-documentation-site-generator from the dependencies (thanks @jkimbo #20)
bruderstein
published 3.0.0 •

Changelog

Source

v3.0.0

  • Drop support for React 0.13.x and add support for React v15 (thanks Gustav Nikolaj #19)
  • Remove need for Symbol polyfill (fixed #18)
bruderstein
published 2.0.1 •

Changelog

Source

v2.0.1

  • Fix rendering numerical 0, via a fix from react-devtools
bruderstein
published 2.0.0 •

Changelog

Source

v2.0.0

  • Props / Attributes are now tested with to satisfy semantics, unless exactly is specified, in which case to equal is used. This is probably what was expected, but could mean some tests that previously failed now pass, hence the major version.

  • queried for support for both shallow and deep renderers

  • with event event triggering for shallow and deep renderers

bruderstein
published 1.0.1 •

Changelog

Source

v1.0.1

  • Patch version of unexpected-htmllike to ^1.1.0 (improves output for function props, and props with undefined values - #15)
bruderstein
published 1.0.0 •

Changelog

Source

v1.0.0

  • Update to unexpected-htmllike v1.0.0 - much faster due to attempting everything sync first, before reverting
    to async if an async assertion is encountered. You no longer need to return the result of the expect, unless you're actually doing an asynchronous expect.it() assertion somewhere in your expected value.
bruderstein
published 0.5.2 •

Changelog

Source

v0.5.2

  • Patch version of unexpected-htmllike to ^0.5.0 to fix issue with reordered children