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

felixriddle.my-types

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

felixriddle.my-types - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

20

dist/index.d.ts

@@ -92,2 +92,20 @@ /**

/**
* Login input data
*/
interface LoginInputType {
email: string;
password: string;
}
/**
* Register input type
*/
interface RegisterInputType {
confirmPassword: string;
email: string;
name: string;
password: string;
}
/**
* Debug property image upload class

@@ -215,2 +233,2 @@ *

export { type BackdoorConfirmEmailInputType, type BackdoorConfirmEmailResultType, type CategoryType, type CompleteUserData, type CreateUserPropertyInputType, type CreateUserPropertyResultType, type DataResultType, type DebugMessage, type DebugPropertyImageUploadType, type DeleteUserPropertyResultType, type DeleteUserResultType, type FieldStatusType, type FieldType, type LoginGetJwtResultType, type MyPropertiesPageResultType, type PriceType, type PropertyCompleteType, type PropertyType, type Status, StatusWrapper };
export { type BackdoorConfirmEmailInputType, type BackdoorConfirmEmailResultType, type CategoryType, type CompleteUserData, type CreateUserPropertyInputType, type CreateUserPropertyResultType, type DataResultType, type DebugMessage, type DebugPropertyImageUploadType, type DeleteUserPropertyResultType, type DeleteUserResultType, type FieldStatusType, type FieldType, type LoginGetJwtResultType, type LoginInputType, type MyPropertiesPageResultType, type PriceType, type PropertyCompleteType, type PropertyType, type RegisterInputType, type Status, StatusWrapper };

2

package.json
{
"name": "felixriddle.my-types",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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