New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aesthetic/system

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesthetic/system - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

6

lib/testing.d.ts
import { Design } from './index';
export declare const design: Design<import("@aesthetic/types").Rule>;
export declare const lightTheme: import("./Theme").default<import("@aesthetic/types").Rule>;
export declare const darkTheme: import("./Theme").default<import("@aesthetic/types").Rule>;
export declare const design: Design<any>;
export declare const lightTheme: import("./Theme").default<any>;
export declare const darkTheme: import("./Theme").default<any>;
//# sourceMappingURL=testing.d.ts.map

@@ -397,3 +397,3 @@ import { Rule, Unit } from '@aesthetic/types';

}
export interface Utilities<T extends object = Rule> {
export interface Utilities<T extends object> {
mixin: MixinUtil<T>;

@@ -400,0 +400,0 @@ token: TokenUtil;

{
"name": "@aesthetic/system",
"version": "0.4.2",
"version": "0.4.3",
"description": "Web based building blocks for the Aesthetic design system.",

@@ -26,5 +26,5 @@ "keywords": [

"@aesthetic/types": "^0.2.1",
"@aesthetic/utils": "^0.4.1"
"@aesthetic/utils": "^0.4.2"
},
"gitHead": "67700b2a4307e451ddb61b3f7ca631080174838f"
"gitHead": "cfd88a991530d5f6eccebb751049529486d41623"
}

Sorry, the diff of this file is not supported yet

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