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

@disputas/types

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@disputas/types - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

14

index.ts

@@ -78,4 +78,16 @@ export type AnnotationType = "comment" | "annotation";

type AnalysisElement = Annotation | Proposition | Argument | Comment | Category;
export type Edge = {
name: string;
color: string;
id: string;
};
type AnalysisElement =
| Annotation
| Proposition
| Argument
| Comment
| Category
| Edge;
export interface AnalysisCollection<T extends AnalysisElement> {

@@ -82,0 +94,0 @@ byId: { [key: string]: T };

2

package.json
{
"name": "@disputas/types",
"version": "1.0.4",
"version": "1.0.5",
"description": "Type declarations for Disputas services",

@@ -5,0 +5,0 @@ "main": "index.ts",

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