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

@master/css

Package Overview
Dependencies
Maintainers
2
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/css - npm Package Compare versions

Comparing version 2.0.0-rc.15 to 2.0.0-rc.16

dist/_virtual/_commonjsHelpers.cjs

5

dist/core.d.ts
import { Rule, NativeRule, RegisteredRule } from './rule';
import type { Config, AnimationDefinitions } from './config';
import './types/global';
type VariableValue = {

@@ -23,3 +22,3 @@ type: 'string';

};
export interface MasterCSS {
export default interface MasterCSS {
readonly style: HTMLStyleElement;

@@ -38,3 +37,3 @@ styles: Record<string, string[]>;

}
export declare class MasterCSS {
export default class MasterCSS {
customConfig: Config;

@@ -41,0 +40,0 @@ static config: Config;

2

dist/functions/reorder-for-readable-classes.d.ts
import type { Config } from '../config';
import { MasterCSS } from '../core';
import MasterCSS from '../core';
/**

@@ -4,0 +4,0 @@ * Sorts classes in a consistent order

@@ -1,7 +0,7 @@

export { MasterCSS, MasterCSS as default } from './core';
export * from './config';
export { Rule } from './rule';
export type { NativeRule, MediaFeatureComponent, MediaQuery } from './rule';
export { Layer } from './layer';
export { default as extend } from '@techor/extend';
export { default as reorderForReadableClasses } from './functions/reorder-for-readable-classes';
export * from './config';
export { default as MasterCSS, default } from './core';
export type { NativeRule, MediaFeatureComponent, MediaQuery } from './rule';

@@ -1,2 +0,2 @@

import type { MasterCSS, Variable } from './core';
import MasterCSS, { type Variable } from './core';
import { Layer } from './layer';

@@ -3,0 +3,0 @@ import { PropertiesHyphen } from 'csstype';

@@ -1,1 +0,1 @@

{"name":"@master/css","scripts":{"build":"techor pack --declare","dev":"pnpm run build --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"The CSS language and framework for rapidly building modern and high-performance websites","author":"Aoyue Design LLC.","funding":"https://css.master.co/docs/donate","homepage":"https://css.master.co","bugs":{"url":"https://github.com/master-co/css/issues"},"repository":{"type":"git","url":"https://github.com/master-co/css.git","directory":"packages/css"},"keywords":["style","styles","html","variants","virtual","virtual-css","utility","css","ui","lightweight","class","webpack","plugin","integration","vite","parcel","build-tools","mastercss"],"sideEffects":false,"main":"./dist/index.bundle.js","jsnext:main":"./dist/index.bundle.mjs","esnext":"./dist/index.bundle.mjs","module":"./dist/index.bundle.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.bundle.js","import":"./dist/index.bundle.mjs","types":"./dist/index.d.ts"}},"bin":"./dist/bin/index.bundle.js","files":["dist"],"publishConfig":{"access":"public"},"dependencies":{"@master/normal.css":"^2.0.0-rc.15"},"devDependencies":{"@techor/extend":"^2.6.5","css-shared":"^2.0.0-rc.15","csstype":"^3.1.2"},"version":"2.0.0-rc.15"}
{"name":"@master/css","type":"module","scripts":{"build":"techor build \"src/**/*.ts\"","dev":"pnpm build --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"The CSS language and framework for rapidly building modern and high-performance websites","author":"Aoyue Design LLC.","funding":"https://css.master.co/docs/donate","homepage":"https://css.master.co","bugs":{"url":"https://github.com/master-co/css/issues"},"repository":{"type":"git","url":"https://github.com/master-co/css.git","directory":"packages/css"},"keywords":["style","styles","html","variants","virtual","virtual-css","utility","css","ui","lightweight","class","webpack","plugin","integration","vite","parcel","build-tools","mastercss"],"sideEffects":false,"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"bin":"./dist/bin/index.mjs","files":["dist"],"publishConfig":{"access":"public"},"dependencies":{"@master/normal.css":"^2.0.0-rc.16","@techor/extend":"^3.0.11"},"devDependencies":{"css-shared":"^2.0.0-rc.16","csstype":"^3.1.2"},"version":"2.0.0-rc.16"}
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