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

@compiled/css

Package Overview
Dependencies
Maintainers
4
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compiled/css - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

dist/plugins/discard-empty-rules.d.ts

2

dist/transform.js

@@ -23,2 +23,3 @@ "use strict";

var discard_duplicates_1 = require("./plugins/discard-duplicates");
var discard_empty_rules_1 = require("./plugins/discard-empty-rules");
var expand_shorthands_1 = require("./plugins/expand-shorthands");

@@ -41,2 +42,3 @@ var extract_stylesheets_1 = require("./plugins/extract-stylesheets");

(0, discard_duplicates_1.discardDuplicates)(),
(0, discard_empty_rules_1.discardEmptyRules)(),
(0, parent_orphaned_pseudos_1.parentOrphanedPseudos)(),

@@ -43,0 +45,0 @@ (0, postcss_nested_1.default)()

2

package.json
{
"name": "@compiled/css",
"version": "0.8.4",
"version": "0.8.5",
"description": "A familiar and performant compile time CSS-in-JS library for React.",

@@ -5,0 +5,0 @@ "homepage": "https://compiledcssinjs.com/docs/pkg-css",

@@ -9,2 +9,3 @@ import { createError, unique } from '@compiled/utils';

import { discardDuplicates } from './plugins/discard-duplicates';
import { discardEmptyRules } from './plugins/discard-empty-rules';
import { expandShorthands } from './plugins/expand-shorthands';

@@ -36,2 +37,3 @@ import { extractStyleSheets } from './plugins/extract-stylesheets';

discardDuplicates(),
discardEmptyRules(),
parentOrphanedPseudos(),

@@ -38,0 +40,0 @@ nested(),

Sorry, the diff of this file is not supported yet

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