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
2
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 3.1.2 to 3.1.3

4

lib/code-gen.js

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

// TODO: add the correct column number
addLocToAst(val, baseLine + lastLine);
addLocToAst(val[0], baseLine + lastLine);
return val[0].expression.right;

@@ -219,3 +219,3 @@ },

// TODO: add the correct column number
addLocToAst(val, baseLine + lastLine);
addLocToAst(val[0], baseLine + lastLine);
return val[0];

@@ -222,0 +222,0 @@ },

{
"name": "babel-plugin-transform-react-pug",
"version": "3.1.2",
"version": "3.1.3",
"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