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

babel-plugin-react-cssmoduleify

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-react-cssmoduleify - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

README.md

3

index.js

@@ -105,3 +105,4 @@ /**

p.key.type === 'MemberExpression' &&
p.object === cssModuleId
p.object === cssModuleId ||
!p.key.value
) {

@@ -108,0 +109,0 @@ return;

@@ -98,3 +98,3 @@ /**

// ensure we're idempotent
if (p.key.type === 'MemberExpression' && p.object === cssModuleId) {
if (p.key.type === 'MemberExpression' && p.object === cssModuleId || !p.key.value) {
return;

@@ -101,0 +101,0 @@ }

{
"name": "babel-plugin-react-cssmoduleify",
"version": "0.9.3",
"version": "0.9.4",
"description": "Babel plugin to transform traditional classNames to CSS Modules",

@@ -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