New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cable_ready/polyfills

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cable_ready/polyfills

Polyfills to support CableReady in older browsers

4.4.6
latest
Source
npm
Version published
Weekly downloads
1.3K
13.58%
Maintainers
1
Weekly downloads
 
Created
Source

Polyfills for CableReady

Description

The @cable_ready/polyfills package provides support for CableReady in older browsers like Internet Explorer 11.

Usage

To include the polyfills you just have to import the package. Typically you want to import it in app/javascript/packs/application.js.

// app/javascript/packs/application.js

import '@cable_ready/polyfills'

// ...

Details

This repository contains a few polyfills itself and bundles up polyfills from other packages. The following list shows the included polyfills and where they are coming from:

Polyfills imported in this package
  • Custom

    • CustomEvent
  • core-js

    • Array.flat()
    • Array.forEach()
    • Array.from()
    • Array.includes()
    • Object.entries()
    • Promise
Polyfills imported from element-closest
Polyfills imported from @webcomponents/template

FAQs

Package last updated on 31 Dec 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