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.1.2 to 0.2.0

3

lib/css.d.ts

@@ -22,2 +22,5 @@ import CSST from 'csstype';

export declare type Declarations<T = Properties> = T & Attributes<T> & Pseudos<T>;
export interface Rule extends Declarations {
[key: string]: Rule | Value | unknown;
}
export declare type FontFace = CSST.AtRule.FontFace;

@@ -24,0 +27,0 @@ export interface Keyframes<T = Properties> {

4

package.json
{
"name": "@aesthetic/types",
"version": "0.1.2",
"version": "0.2.0",
"description": "Reusable TypeScript types for Aesthetic packages.",

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

},
"gitHead": "9d6593c7c3986acc0b510037dd7d6aafbb0caf5b"
"gitHead": "4ad762397a9e6b7d3cc2b83d8fc7b3d1172a197b"
}

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