Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-react-pug

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-react-pug - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

lib/code-gen.js

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

if (node.key) params.push(this.parseExpression(node.key));
var body = this.visitBlock(node.block);
var body = this.visitBlock(node.block).map(this.unwrap);
var key = null;

@@ -127,0 +127,0 @@ body.forEach(function (node, i) {

{
"name": "babel-plugin-transform-react-pug",
"version": "2.0.1",
"version": "2.0.2",
"description": "A plugin for transpiling pug templates to jsx",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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