Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chatium/json

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatium/json - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

lib/commonTypes.d.ts

@@ -7,3 +7,3 @@ import type { ChatiumActions } from './actions';

onContext?: ChatiumActions<ExtraActions>;
meta: unknown;
meta?: unknown;
}

@@ -10,0 +10,0 @@ export interface WithKey {

@@ -35,4 +35,4 @@ import type { ChatiumActions } from './actions';

bgColor?: string;
meta: unknown;
v: 1 | 2;
meta?: unknown;
v?: 1 | 2;
}

@@ -39,0 +39,0 @@ export declare type HeaderButton<ExtraBlocks, ExtraActions> = Pick<ButtonProps<ExtraBlocks, ExtraActions>, 'icon' | 'onClick'>;

{
"name": "@chatium/json",
"version": "0.1.3",
"version": "0.1.4",
"description": "Chatium-JSON UI browser format specification and reference implementation for JS/TS",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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