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

babel-plugin-namespace-styled-components

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.4 to 0.1.5

3

lib/index.js

@@ -83,5 +83,2 @@ 'use strict';

// Fix for reported bug where postcss-nested emits malformed CSS after each closing "}"
postcssNestedResult.css = postcssNestedResult.css.replace(/}\S+/g, '}');
// Run the string through our namespace plugin to prefix each selector with the given namespace

@@ -88,0 +85,0 @@ var postcssNamespaceResult = void 0;

5

package.json
{
"name": "babel-plugin-namespace-styled-components",
"version": "0.1.4",
"version": "0.1.5",
"main": "lib/index.js",

@@ -27,3 +27,4 @@ "files": [

"postcss-nested": "4.1.1",
"postcss-safe-parser": "4.0.1"
"postcss-safe-parser": "4.0.1",
"postcss-selector-parser": "5.0.0"
},

@@ -30,0 +31,0 @@ "devDependencies": {

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