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

@swc/plugin-styled-components

Package Overview
Dependencies
Maintainers
2
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/plugin-styled-components

SWC plugin for styled-components

  • 1.5.116
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
97K
decreased by-33.28%
Maintainers
2
Weekly downloads
 
Created
Source

@swc/plugin-styled-components

Setup
npm install --save-dev @swc/plugin-styled-components @swc/core

Then update your .swcrc file like below:

{
  "jsc": {
    "experimental": {
      "plugins": [
        [
          "@swc/plugin-styled-components",
          {
            "displayName": true,
            "ssr": true
          }
        ]
      ]
    }
  }
}

@swc/plugin-styled-components

1.5.116

Patch Changes

  • 8bd92c7: swc_core 0.90.x

1.5.115

Patch Changes

  • 34f9d21: Fix escaping issue

1.5.114

Patch Changes

  • 4ef0b7f: Add changelog to the readme

1.5.113

Patch Changes

  • 4e72680: swc_core@0.88.0

1.5.112

Patch Changes

  • 16bb4d8: swc_core@0.82.x

FAQs

Package last updated on 05 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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