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

@compiled/utils

Package Overview
Dependencies
Maintainers
4
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compiled/utils - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

2

dist/increase-specificity.d.ts
/**
* Configuring the babel plugin with `increaseSpecificity: true` will result in this being appended to the end of generated classes.
*/
export declare const INCREASE_SPECIFICITY_SELECTOR = ":not(#\\9)";
export declare const INCREASE_SPECIFICITY_SELECTOR = ":not(#\\#)";

@@ -7,3 +7,3 @@ "use strict";

*/
exports.INCREASE_SPECIFICITY_SELECTOR = ':not(#\\9)';
exports.INCREASE_SPECIFICITY_SELECTOR = ':not(#\\#)';
//# sourceMappingURL=increase-specificity.js.map
{
"name": "@compiled/utils",
"version": "0.10.0",
"version": "0.11.0",
"description": "A familiar and performant compile time CSS-in-JS library for React.",

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

/**
* Configuring the babel plugin with `increaseSpecificity: true` will result in this being appended to the end of generated classes.
*/
export const INCREASE_SPECIFICITY_SELECTOR = ':not(#\\9)';
export const INCREASE_SPECIFICITY_SELECTOR = ':not(#\\#)';
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