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

@master/css.compiler

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/css.compiler - npm Package Compare versions

Comparing version 2.0.0-beta.43 to 2.0.0-beta.44

14

dist/css/src/config/index.d.ts

@@ -6,2 +6,5 @@ import Rules from './rules';

export default config;
type Classes = {
[key: string]: string | Classes;
};
type Colors = {

@@ -13,2 +16,5 @@ [key: string]: string | Colors;

};
type MediaQueries = {
[key: string]: string | MediaQueries;
};
type Selectors = {

@@ -24,6 +30,6 @@ [key: string]: string | string[] | Selectors;

export interface Config {
classes?: Record<string, string>;
classes?: Classes;
colors?: Colors;
breakpoints?: Breakpoints;
mediaQueries?: Record<string, string>;
mediaQueries?: MediaQueries;
selectors?: Selectors;

@@ -36,4 +42,4 @@ semantics?: Semantics;

themes?: Record<string, {
classes?: Record<string, string>;
colors?: Record<string, string | Record<string, string>>;
classes?: Classes;
colors?: Colors;
}> | string[];

@@ -40,0 +46,0 @@ rootSize?: number;

@@ -40,2 +40,3 @@ import type { Config } from './config';

breakpoints: Record<string, number>;
mediaQueries: Record<string, string>;
private schemeMQL;

@@ -42,0 +43,0 @@ constructor(options?: Options);

@@ -54,3 +54,3 @@ {

},
"version": "2.0.0-beta.43"
"version": "2.0.0-beta.44"
}
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