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

kodiak-ui

Package Overview
Dependencies
Maintainers
6
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kodiak-ui - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

dist/declarations/src/index.d.ts

@@ -17,5 +17,5 @@ import * as React from 'react';

export declare type KodiakState = {
variants: Variant;
components: Component;
mode: string;
variants?: Variant;
components?: Component;
mode?: string;
variant: (key: string, styles: ThemeUIStyleObject) => {

@@ -22,0 +22,0 @@ key: string;

{
"name": "kodiak-ui",
"version": "1.0.3",
"version": "1.0.4",
"description": "Core functionality for creating a design system for building complex and performant applications",

@@ -23,3 +23,3 @@ "main": "dist/kodiak-ui.cjs.js",

},
"gitHead": "f6b364f43a5bfd943750ea85b07b32536c7a105f"
"gitHead": "eac4a550fad089705e97ed053e28c50d5bdbb1e1"
}

@@ -27,5 +27,5 @@ import * as React from 'react'

export type KodiakState = {
variants: Variant
components: Component
mode: string
variants?: Variant
components?: Component
mode?: string
variant: (

@@ -32,0 +32,0 @@ key: string,

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