Socket
Socket
Sign inDemoInstall

react-app-polyfill

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-app-polyfill

Polyfills for various browsers including commonly used language features


Version published
Weekly downloads
3.2M
decreased by-2.29%
Maintainers
5
Weekly downloads
 
Created

What is react-app-polyfill?

The react-app-polyfill package provides a set of polyfills necessary for a React application to run on older browsers. It includes polyfills for features like Promises, fetch, and other ES6+ features not supported in older browsers.

What are react-app-polyfill's main functionalities?

IE 9 Support

This feature includes polyfills for IE9 compatibility, ensuring that features like Array.prototype methods and requestAnimationFrame are supported.

import 'react-app-polyfill/ie9';

IE 11 Support

This feature includes polyfills for IE11 compatibility, providing support for ES6 features not available in IE11.

import 'react-app-polyfill/ie11';

Stable Features Support

This feature includes polyfills for stable language features that are widely adopted by most modern browsers but may be missing in some older versions.

import 'react-app-polyfill/stable';

Other packages similar to react-app-polyfill

FAQs

Package last updated on 23 Oct 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc