Socket
Socket
Sign inDemoInstall

babel-plugin-htmlbars-inline-precompile

Package Overview
Dependencies
Maintainers
5
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 0.2.5 to 0.2.6

yarn.lock

8

index.js

@@ -80,2 +80,8 @@ 'use strict';

module.exports.baseDir = function() { return __dirname; };
module.exports._parallelBabel = {
requireFile: __filename
};
module.exports.baseDir = function() {
return __dirname;
};

2

package.json
{
"name": "babel-plugin-htmlbars-inline-precompile",
"version": "0.2.5",
"version": "0.2.6",
"description": "Babel plugin to replace tagged template strings with precompiled HTMLBars templates",

@@ -5,0 +5,0 @@ "scripts": {

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