Socket
Socket
Sign inDemoInstall

react-ie7

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-ie7

React with code tweaks to get it working in IE7


Version published
Maintainers
1
Install size
10.0 MB
Created

Readme

Source

React IE7

React working in IE7+

###Requires

  • es5-shims/shams
  • console-polyfill

###Fixes

  • Changed rendering <noscript> tags on null render to <span>

Fixes taken from mtsyganov/react:

  • Algorithm to distinguish user event value changes and JS value changes on INPUT and TEXTAREA in ChangeEventPlugin was reimplemented by using data-ie8_value attribute on DOMNode
  • String[0] replaced by String.charAt(0) in setInnerHTML
  • Added querySelectorAll polyfill
  • Checking renderNode.hasAttribute extended by IE7 compatible attribute check

Keywords

FAQs

Last updated on 04 Feb 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc