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

babel-plugin-styled-components

Package Overview
Dependencies
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-styled-components - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

9

lib/index.js

@@ -47,3 +47,12 @@ "use strict";

var oldLength = path.node.body.length;
(_path$node$body = path.node.body).push.apply(_path$node$body, _toConsumableArray(state.items));
var newLength = path.node.body.length;
for (var i = 0; i < newLength - oldLength; i++) {
// Queue all inserted items for revisiting so that tagged templates are transpiled
path.requeue(path.get('body')[oldLength + i]);
}
}

@@ -50,0 +59,0 @@

2

package.json
{
"version": "1.9.1",
"version": "1.9.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc