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

react-faux-dom

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-faux-dom - npm Package Versions

134

4.0.1

Diff

Changelog

Source

v4.0.1 (under next tag) - broken

Pre-release to confirm #100 works as expected.

olical
published 4.0.0 •

Changelog

Source

v4.0.0 - broken

  • Merge #91 - Replace mixins with higher order components.
  • Merge #88 - Add CDNJS version to README.md.
  • Merge #89 - Add option to discard the existing node in connectFauxDom.
  • Merge #95 - Alias style.getPropertyValue to style.getProperty, D3 requires it now.
  • Commit 1c3a9ee - Only set the parentNode on faux DOM nodes, not React nodes.
olical
published 3.1.0 •

Changelog

Source

v3.1.0

  • Revert #75. It caused issues in some cases.
  • Merge #85 - Reuse the DOM in updates when using the mixin.
olical
published 3.0.1 •

Changelog

Source

v3.0.1

  • Fix builds, as reported by #81 - It used to use a tool I built, bastion, but npm@3+ broke that. Uses webpack directly now.
  • Add a bind where there could be potential issues. Fixes #75.
  • Merge #65 - Documentation improvements.
olical
published 3.0.0 •

Changelog

Source

v3.0.0

  • Merge #69 - Return an empty string from style getters by default. From issue #68.
  • Merge #71 - Changes npmcdn URLs to unpkg. Not sure why they're doing this but oh well.

Breaking change because of the following:

  • The default return type of the style functions have changed from undefined to string.
  • The unpkg build (previously npmcdn) exports to the global ReactFauxDOM instead of react-faux-dom.
olical
published 2.7.1 •

Changelog

Source

v2.7.1

  • Merge #59 - Updates D3 to v4 (a devDependency) and makes sure the tests work fine.
olical
published 2.7.0 •

Changelog

Source

v2.7.0

  • Merge #52 - Add support for getBoundingClientRect, thanks to @alexyuly!
olical
published 2.6.2 •

Changelog

Source

v2.6.2

  • REALLY fix package.json, just realised I don't need to publish to test this :(

Sorry about v2.6.{0,1,2}, my bad.

olical
published 2.6.1 •

Changelog

Source

v2.6.1

  • Fix package.json files array by removing it. Trying to get dist in npm.
olical
published 2.6.0 •

Changelog

Source

v2.6.0

  • Merge #53 (just my approach to #48) - Provide a UMD build in a CDN.
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