Socket
Socket
Sign inDemoInstall

@cpany/types

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cpany/types - npm Package Compare versions

Comparing version 0.0.57 to 0.0.58

18

dist/index.d.ts

@@ -36,11 +36,2 @@ declare enum Verdict {

}
interface IContestProblem {
type: string;
contestId: number;
index: number | string;
name: string;
problemUrl?: string;
rating?: number;
tags?: string[];
}

@@ -87,2 +78,11 @@ interface ISubmission {

}
interface IContestProblem {
type: string;
contestId?: number | string;
index: number | string;
name: string;
problemUrl?: string;
rating?: number;
tags?: string[];
}
interface IContestStanding {

@@ -89,0 +89,0 @@ author: IAuthor;

{
"name": "@cpany/types",
"version": "0.0.57",
"version": "0.0.58",
"description": "CPany types package",

@@ -5,0 +5,0 @@ "repository": {

import type { Verdict } from './enum';
import type { IAuthor } from './handle';
import type { IContestProblem } from './problem';

@@ -20,2 +19,12 @@ export interface IContest {

export interface IContestProblem {
type: string;
contestId?: number | string;
index: number | string;
name: string;
problemUrl?: string;
rating?: number;
tags?: string[];
}
export interface IContestStanding {

@@ -22,0 +31,0 @@ author: IAuthor;

@@ -9,11 +9,1 @@ export interface IProblem {

}
export interface IContestProblem {
type: string;
contestId: number;
index: number | string;
name: string;
problemUrl?: string;
rating?: number;
tags?: 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