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

@diana-ui/types

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diana-ui/types - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

2

lib/types.d.ts

@@ -21,3 +21,3 @@ import React from "react";

}>;
export declare type WithStylesType<T = Theme> = <Props extends object = {}>(WrappedComponent: React.ComponentType<ParentStylesheet<Props, ThemeStyleSheetFactory<T>>>) => StyledParentStylesheet<Props, T>;
export declare type WithStylesType<T = Theme> = <Props extends object = {}>(WrappedComponent: React.ComponentType<ParentStylesheet<Props, ThemeStyleSheetFactory<T>>>) => StyledParentStylesheet<Props, ThemeStyleSheetFactory<T>>;
export declare type ThemeSheet = AesThemeSheet;

@@ -24,0 +24,0 @@ export declare type StyleSheet = AesStyleSheet;

@@ -21,3 +21,3 @@ import React from "react";

}>;
export declare type WithStylesType<T = Theme> = <Props extends object = {}>(WrappedComponent: React.ComponentType<ParentStylesheet<Props, ThemeStyleSheetFactory<T>>>) => StyledParentStylesheet<Props, T>;
export declare type WithStylesType<T = Theme> = <Props extends object = {}>(WrappedComponent: React.ComponentType<ParentStylesheet<Props, ThemeStyleSheetFactory<T>>>) => StyledParentStylesheet<Props, ThemeStyleSheetFactory<T>>;
export declare type ThemeSheet = AesThemeSheet;

@@ -24,0 +24,0 @@ export declare type StyleSheet = AesStyleSheet;

{
"name": "@diana-ui/types",
"version": "0.1.12",
"version": "0.1.13",
"main": "lib/types.js",

@@ -44,3 +44,3 @@ "module": "module/types.js",

},
"gitHead": "9680db857f63896956e362c9b1714ae8cdd4081d"
"gitHead": "96f10327193e533a6e64151f4cc8d3dda8de4868"
}
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