New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teleporthq/teleport-plugin-react-base-component

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teleporthq/teleport-plugin-react-base-component - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

lib/constants.d.ts

2

lib/utils.js

@@ -50,3 +50,3 @@ "use strict";

}
else if (childTag.type === 'JSXExpressionContainer') {
else if (childTag.type === 'JSXExpressionContainer' || childTag.type === 'JSXElement') {
ast_jsx_utils_1.addChildJSXTag(elementTag, childTag);

@@ -53,0 +53,0 @@ }

{
"name": "@teleporthq/teleport-plugin-react-base-component",
"version": "0.7.0",
"version": "0.7.1",
"description": "A plugin for handling the skeleton/baseline of a React component",

@@ -29,3 +29,3 @@ "author": "teleportHQ",

},
"gitHead": "7c289105c6f0d9d0d44b57be86dac08f6663f2cc"
"gitHead": "7985998cf94f97c5b61cc61416c5a22fca50abbc"
}

@@ -78,3 +78,3 @@ import * as types from '@babel/types'

addChildJSXText(elementTag, childTag)
} else if (childTag.type === 'JSXExpressionContainer') {
} else if (childTag.type === 'JSXExpressionContainer' || childTag.type === 'JSXElement') {
addChildJSXTag(elementTag, childTag)

@@ -81,0 +81,0 @@ } else {

Sorry, the diff of this file is not supported yet

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