Socket
Socket
Sign inDemoInstall

babel-plugin-styled-components

Package Overview
Dependencies
56
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.0-test.1 to 1.13.0-test.2

1

lib/visitors/transpileCssProp.js

@@ -123,2 +123,3 @@ "use strict";

if (t.isMemberExpression(property.key) || t.isCallExpression(property.key)) {
replaceObjectWithPropFunction = true;
const name = path.scope.generateUidIdentifier('css');

@@ -125,0 +126,0 @@ elem.node.attributes.push(t.jSXAttribute(t.jSXIdentifier(name.name), t.jSXExpressionContainer(property.key)));

2

package.json
{
"version": "1.13.0-test.1",
"version": "1.13.0-test.2",
"name": "babel-plugin-styled-components",

@@ -4,0 +4,0 @@ "description": "Improve the debugging experience and add server-side rendering support to styled-components",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc