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.60 to 0.0.61

2

codeforces.d.ts
import type { IHandle, Verdict, ParticipantType } from './dist/index.d';
export interface ICodeforcesMeta {
codeforces: {
codeforces?: {
rank: string;

@@ -6,0 +6,0 @@ rating: number;

@@ -123,2 +123,3 @@ declare enum Verdict {

declare type LogLevel = 'warn' | 'error' | 'silent';
interface AppConfig {

@@ -129,2 +130,3 @@ title: string;

recentUserCount: number;
nav: string[];
}

@@ -176,2 +178,2 @@ interface ICPanyConfig {

export { AppConfig, CompressHandleList, IAuthor, ICPanyConfig, ICPanyPluginConfig, IContest, IContestOverview, IContestProblem, IContestStanding, IContestSubmission, IHandle, IProblem, ISubmission, IUser, IUserOverview, ParticipantType, RouteKey, Verdict, isAtCoder, isCodeforces, isHdu, isLuogu, isNowCoder, isPintia };
export { AppConfig, CompressHandleList, IAuthor, ICPanyConfig, ICPanyPluginConfig, IContest, IContestOverview, IContestProblem, IContestStanding, IContestSubmission, IHandle, IProblem, ISubmission, IUser, IUserOverview, LogLevel, ParticipantType, RouteKey, Verdict, isAtCoder, isCodeforces, isHdu, isLuogu, isNowCoder, isPintia };
{
"name": "@cpany/types",
"version": "0.0.60",
"version": "0.0.61",
"description": "CPany types package",

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

@@ -16,2 +16,4 @@ import type { IAuthor, IHandle } from './handle';

export type LogLevel = 'warn' | 'error' | 'silent';
// Action/Cli config interface

@@ -23,2 +25,4 @@ export interface AppConfig {

recentUserCount: number;
// default: ['members', 'codeforces', 'contests'];
nav: string[];
}

@@ -25,0 +29,0 @@

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