@master/css
Advanced tools
Comparing version 2.0.0-rc.15 to 2.0.0-rc.16
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; |
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"} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
428264
2
94
12648
Yes
2
3
+ Added@techor/extend@^3.0.11
+ Added@techor/extend@3.1.7(transitive)