Socket
Socket
Sign inDemoInstall

avet-styled-jsx-plugin-postcss

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avet-styled-jsx-plugin-postcss - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -7,3 +7,3 @@ const { loopWhile } = require('deasync');

/%%styled-jsx-placeholder-(\d+)%%/g,
(_, id) => `/*%%styled-jsx-placeholder-${id}%%*/`
(_, id) => `/styled-jsx-placeholder-${id}/`
);

@@ -28,5 +28,5 @@ let processedCss;

return processedCss.replace(
/\/\*%%styled-jsx-placeholder-(\d+)%%\*\//g,
/\/styled-jsx-placeholder-(\d+)\//g,
(_, id) => `%%styled-jsx-placeholder-${id}%%`
);
};
{
"name": "avet-styled-jsx-plugin-postcss",
"version": "0.1.0",
"version": "0.1.1",
"description": "Plugin to add PostCSS support to avet-styled-jsx",

@@ -5,0 +5,0 @@ "main": "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