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

@aesthetic/types

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesthetic/types - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

lib/css.d.ts

@@ -8,5 +8,3 @@ import CSST from 'csstype';

export declare type UnitFactory = (property: NativeProperty) => Unit | undefined;
export interface GenericProperties {
[property: string]: Value | Value[];
}
export declare type GenericProperties = Record<string, Value | Value[]>;
export interface Properties extends CSST.Properties<Value>, CSST.PropertiesHyphen<Value> {

@@ -32,5 +30,3 @@ }

}
export interface Variables<T = Value> {
[variable: string]: T;
}
export declare type Variables<T = Value> = Record<string, T>;
//# sourceMappingURL=css.d.ts.map
{
"name": "@aesthetic/types",
"version": "0.2.0",
"version": "0.2.1",
"description": "Reusable TypeScript types for Aesthetic packages.",

@@ -25,3 +25,3 @@ "keywords": [

},
"gitHead": "4ad762397a9e6b7d3cc2b83d8fc7b3d1172a197b"
"gitHead": "67700b2a4307e451ddb61b3f7ca631080174838f"
}

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