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.1 to 4.4.2

2

__tests__/template-literal-tests.js

@@ -34,2 +34,4 @@ 'use strict';

ensureModuleApiPolyfill: false,
modules: {

@@ -36,0 +38,0 @@ 'ember-template-imports': {

@@ -34,2 +34,4 @@ 'use strict';

ensureModuleApiPolyfill: false,
modules: {

@@ -36,0 +38,0 @@ 'TEMPLATE-TAG-MODULE': {

@@ -38,2 +38,4 @@ 'use strict';

},
ensureModuleApiPolyfill: false,
},

@@ -86,2 +88,3 @@ ],

ensureModuleApiPolyfill: false,
isProduction: true,

@@ -138,2 +141,3 @@ scope: null,

ensureModuleApiPolyfill: false,
isProduction: true,

@@ -410,2 +414,4 @@ },

ensureModuleApiPolyfill: false,
modules: {

@@ -454,2 +460,4 @@ 'ember-cli-htmlbars': 'hbs',

ensureModuleApiPolyfill: false,
modules: {

@@ -484,2 +492,4 @@ '@ember/template-compilation': {

ensureModuleApiPolyfill: false,
modules: {

@@ -746,2 +756,4 @@ 'ember-template-imports': {

ensureModuleApiPolyfill: false,
modules: {

@@ -748,0 +760,0 @@ '@ember/template-compilation': {

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

## v4.4.2 (2021-02-24)
#### :bug: Bug Fix
* [#347](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/pull/347) Default `ensureModuleApiPolyfill` to true ([@pzuraq](https://github.com/pzuraq))
#### Committers: 1
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
## v4.4.1 (2021-02-24)

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

@@ -176,2 +176,5 @@ 'use strict';

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

@@ -178,0 +181,0 @@ // Setup state for the module API polyfill

2

package.json
{
"name": "babel-plugin-htmlbars-inline-precompile",
"version": "4.4.1",
"version": "4.4.2",
"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