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.2 to 1.0.3

.prettierrc

15

index.ts

@@ -29,3 +29,3 @@ export type AnnotationType = "comment" | "annotation";

hasAtleastOneContraArgument: boolean;
readOnly: boolean
readOnly: boolean;
}

@@ -69,4 +69,13 @@

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

@@ -84,3 +93,3 @@ byId: { [key: string]: T };

graphRotation: GraphRotationType;
readOnlyTextfield: boolean
readOnlyTextfield: boolean;
}

@@ -87,0 +96,0 @@

2

package.json
{
"name": "@disputas/types",
"version": "1.0.2",
"version": "1.0.3",
"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