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

@stylelint/postcss-css-in-js

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylelint/postcss-css-in-js - npm Package Compare versions

Comparing version 0.37.3 to 0.38.0

11

extract.js

@@ -162,2 +162,13 @@ 'use strict';

// avoid conflicting with the legacy decorators plugin
if (opts.plugins && opts.plugins.some((p) => p.key === 'proposal-decorators')) {
const index = opts.parserOpts.plugins.findIndex(
(p) => Array.isArray(p) && p[0] === 'decorators',
);
if (index > -1) {
opts.parserOpts.plugins.splice(index, 1);
}
}
return opts;

@@ -164,0 +175,0 @@ }

4

object-stringifier.js

@@ -29,6 +29,2 @@ 'use strict';

if (prop === 'float') {
prop = 'cssFloat';
}
let string = prop;

@@ -35,0 +31,0 @@

{
"name": "@stylelint/postcss-css-in-js",
"version": "0.37.3",
"version": "0.38.0",
"description": "PostCSS syntax for parsing CSS in JS literals",

@@ -78,2 +78,3 @@ "keywords": [

"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.17.9",
"@stylelint/prettier-config": "^2.0.0",

@@ -80,0 +81,0 @@ "@stylelint/remark-preset": "^2.0.0",

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