New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

phantomjs-polyfill-find

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phantomjs-polyfill-find

Polyfill for Array.prototype.find

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
133
-24%
Maintainers
1
Weekly downloads
 
Created
Source

phantomjs-polyfill-find

Array.prototype.find polyfill for phantom.js based on https://github.com/tom-james-watson/phantomjs-polyfill

This is a polyfill for Array.prototype.find which is missing from PhantomJS.

Installation

    npm install --save-dev ptim/phantomjs-polyfill-find

Usage

    require('phantomjs-polyfill')

Usage with Karma

Include the polyfill directly in the files list of your karma.conf

    ...
    files: [
      './node_modules/phantomjs-polyfill-find/find-polyfill.js',
      ...
    ]
    ...

Keywords

phantomjs

FAQs

Package last updated on 28 Feb 2016

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