Socket
Socket
Sign inDemoInstall

babel-plugin-htmlbars-inline-precompile

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-htmlbars-inline-precompile - npm Package Compare versions

Comparing version 4.4.3 to 4.4.4

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## v4.4.4 (2021-02-25)
#### :bug: Bug Fix
* [#349](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/pull/349) Fix defaulting of `ensureModuleApiPolyfill` to true ([@jamescdavis](https://github.com/jamescdavis))
#### Committers: 1
- James C. Davis ([@jamescdavis](https://github.com/jamescdavis))
## v4.4.3 (2021-02-24)

@@ -2,0 +11,0 @@

2

index.js

@@ -176,3 +176,3 @@ 'use strict';

Program(path, state) {
state.ensureModuleApiPolyfill =
state.opts.ensureModuleApiPolyfill =
'ensureModuleApiPolyfill' in state.opts ? state.opts.ensureModuleApiPolyfill : true;

@@ -179,0 +179,0 @@

{
"name": "babel-plugin-htmlbars-inline-precompile",
"version": "4.4.3",
"version": "4.4.4",
"description": "Babel plugin to replace tagged template strings with precompiled HTMLBars templates",

@@ -5,0 +5,0 @@ "repository": "https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile",

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