Socket
Socket
Sign inDemoInstall

wrap-legacy-hbs-plugin-if-needed

Package Overview
Dependencies
18
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wrap-legacy-hbs-plugin-if-needed

[![Build Status](https://github.com/stefanpenner/wrap-legacy-hbs-plugin-if-needed/workflows/CI/badge.svg)](https://github.com/stefanpenner/wrap-legacy-hbs-plugin-if-needed/actions?workflow=CI)


Version published
Weekly downloads
23K
decreased by-5.49%
Maintainers
2
Install size
11.8 MB
Created
Weekly downloads
 

Readme

Source

wrap-legacy-hbs-plugin-if-needed

Build Status

This is a module that few should need to use, so if your not sure what this is you likely dont need to care. It exists to avoid copy/pasting the code between ember/embroider/ember-cli-htmlbars.

such time as it is not longer needed, or ember provides the helper itself and all versions of ember which do not have become EOL.

Usage

yarn add wrap-legacy-hbs-plugin-if-needed
// ESModules
import wrapLegacyPluginIfNeeded from 'wrap-legacy-hbs-plugin-if-needed';

const wrappedIfNeededPlugin = wrapLegacyPluginIfNeeded(legacyOrModernHbsPlugin)
// CJS
const { default: wrapLegacyPluginIfNeeded } = require('wrap-legacy-hbs-plugin-if-needed');

const wrappedIfNeededPlugin = wrapLegacyPluginIfNeeded(legacyOrModernHbsPlugin)

FAQs

Last updated on 04 Oct 2019

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