Socket
Socket
Sign inDemoInstall

postcss-styled-syntax

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-styled-syntax - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

lib/parser.js

@@ -134,6 +134,2 @@ // @ts-nocheck

// STYLED PATCH {
} else if (type === 'comment') {
this.tokenizer.back(tokens.pop());
end = true;
break;
} else if (type === 'at-word') {

@@ -180,2 +176,4 @@ this.tokenizer.back(tokens.pop());

this.spaces += token[1];
} else if (token[0] === 'comment') {
this.comment(token);
} else {

@@ -182,0 +180,0 @@ this.unknownWord([token]);

{
"name": "postcss-styled-syntax",
"version": "0.3.0",
"version": "0.3.1",
"description": "PostCSS syntax for template literals CSS-in-JS (e. g. styled-components).",

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