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

karma-polyfill-service

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-polyfill-service

karma plugin for automatic polyfill injection using Financial-Times/polyfill-service

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

karma-polyfill-service

karma plugin (middleware) for automatic polyfill injection using polyfill-service.

Installation

npm install --save karma-polyfill-service

Usage

# add the middleware and its config to your karma config:
middleware: ['polyfill']
polyfill:
  features: <feature-set> # feature set, see polyfill-service docs for details, defaults to `{default: {}}`
  path: '<path>' # path to serve the polyfill script under, defaults to '/polyfill.js'
# that's it, now your test environment is patched w/ the polyfills

Keywords

FAQs

Package last updated on 15 Jun 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

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