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.15 to 0.0.16

5

dist/index.d.ts

@@ -48,1 +48,6 @@ import type { IAuthor, IHandle } from './handle';

}
export declare type CodeforcesHandleList = Array<{
n: string;
h: string;
r: number;
}>;

5

package.json
{
"name": "@cpany/types",
"version": "0.0.15",
"version": "0.0.16",
"description": "CPany types package",

@@ -19,2 +19,5 @@ "repository": {

],
"engines": {
"node": ">=12.0.0"
},
"scripts": {

@@ -21,0 +24,0 @@ "build": "tsc"

2

src/index.ts

@@ -56,1 +56,3 @@ import type { IAuthor, IHandle } from './handle';

}
export type CodeforcesHandleList = Array<{ n: string; h: string; r: number }>;
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