Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kickur/types

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kickur/types - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

27

index.d.ts

@@ -17,3 +17,3 @@ declare type Date = string;

username: string;
headshotUrl: string;
avatar: string;
firstName: string;

@@ -28,3 +28,2 @@ lastName: string;

groupId: Id;
headshotFile: string;
summary: string;

@@ -164,2 +163,19 @@ tempResetPasswordKey: string;

export interface UserProfileAvatar {
network: UserNetworkInfo;
}
export interface UserAvatar {
url: string;
}
export interface UserProfileNetwork extends UserNetworkInfo {
avatar?: UserAvatar;
info: Network;
}
export interface UserProfile extends User {
networks: UserProfileNetwork[];
}
export interface UserProfileFeedback extends UserFeedback {

@@ -174,3 +190,3 @@ fromUser: User;

export interface UserProfileResponseUser extends User {
export interface UserProfileResponseUser extends UserProfile {
networks: UserProfileResponseNetwork[];

@@ -188,4 +204,3 @@ feedbacks: UserProfileFeedback[];

export interface UserProfileEditResponse extends Response {
user: User;
networks: UserNetworkInfoResponse[];
user: UserProfile;
}

@@ -210,2 +225,4 @@

fetchedAt: Date;
avatar?: UserAvatar;
info?: Network;
}

@@ -212,0 +229,0 @@

2

package.json
{
"name": "@kickur/types",
"version": "0.0.2",
"version": "0.0.3",
"description": "Kickur's type declarations",

@@ -5,0 +5,0 @@ "main": "",

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