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 5.2.1 to 5.2.2

9

CHANGELOG.md

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

## v5.2.2 (2021-04-01)
#### :bug: Bug Fix
* [#377](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/pull/377) Ensure preexisting imports work correctly ([@chadhietala](https://github.com/chadhietala))
#### Committers: 1
- Chad Hietala ([@chadhietala](https://github.com/chadhietala))
## v5.2.1 (2021-03-24)

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

2

index.js

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

if (importSpecifier) {
addedImports[exportName] = [importSpecifier.node.local];
addedImports[exportName] = { id: importSpecifier.node.local };
}

@@ -265,0 +265,0 @@ }

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

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

"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",

@@ -39,9 +39,9 @@ "@babel/plugin-transform-modules-amd": "^7.13.0",

"@babel/plugin-transform-unicode-escapes": "^7.12.13",
"@glimmer/syntax": "^0.77.5",
"@glimmer/syntax": "^0.77.6",
"@types/line-column": "^1.0.0",
"@types/string.prototype.matchall": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"common-tags": "^1.8.0",
"ember-source": "^3.26.0",
"ember-source": "^3.26.1",
"eslint": "^6.8.0",

@@ -48,0 +48,0 @@ "eslint-config-prettier": "^6.15.0",

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