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.58 to 0.0.59

6

dist/index.d.ts

@@ -137,2 +137,6 @@ declare enum Verdict {

}
declare type ICPanyPluginConfig = Required<ICPanyConfig> & {
basePath: string;
timeout?: number;
};
declare type RouteKey<T, K = number> = T & {

@@ -171,2 +175,2 @@ type: string;

export { AppConfig, CompressHandleList, IAuthor, ICPanyConfig, 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, ParticipantType, RouteKey, Verdict, isAtCoder, isCodeforces, isHdu, isLuogu, isNowCoder, isPintia };

2

package.json
{
"name": "@cpany/types",
"version": "0.0.58",
"version": "0.0.59",
"description": "CPany types package",

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

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

export type ICPanyPluginConfig = Required<ICPanyConfig> & { basePath: string; timeout?: number };
export type RouteKey<T, K = number> = T & {

@@ -36,0 +38,0 @@ type: 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