New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stylish-cat/contracts

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

@stylish-cat/contracts - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/authorization/google.d.ts

@@ -9,3 +9,3 @@ import { z } from "zod";

}>;
export type GoogleSignIn = z.infer<typeof GoogleSignInSchema>;
export declare type GoogleSignIn = z.infer<typeof GoogleSignInSchema>;
//# sourceMappingURL=google.d.ts.map

@@ -12,3 +12,3 @@ import { z } from "zod";

}>;
export type ManualSignIn = z.infer<typeof ManualSignInSchema>;
export declare type ManualSignIn = z.infer<typeof ManualSignInSchema>;
export declare const ManualSignUpSchema: z.ZodObject<{

@@ -24,3 +24,3 @@ email: z.ZodString;

}>;
export type ManualSignUp = z.infer<typeof ManualSignUpSchema>;
export declare type ManualSignUp = z.infer<typeof ManualSignUpSchema>;
export declare const ResetPasswordSchema: z.ZodObject<{

@@ -36,3 +36,3 @@ email: z.ZodString;

}>;
export type ResetPassword = z.infer<typeof ResetPasswordSchema>;
export declare type ResetPassword = z.infer<typeof ResetPasswordSchema>;
//# sourceMappingURL=manual.d.ts.map

@@ -27,3 +27,3 @@ import { z } from "zod";

}>;
export type TelegramSignIn = z.infer<typeof TelegramSignInSchema>;
export declare type TelegramSignIn = z.infer<typeof TelegramSignInSchema>;
//# sourceMappingURL=telegram.d.ts.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {

@@ -10,0 +6,0 @@ if (k2 === undefined) k2 = k;

{
"name": "@stylish-cat/contracts",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",

@@ -10,3 +10,2 @@ "scripts": {

"prettier": "yarn prettier:check && yarn prettier:write",
"publish": "npm publish",
"prebuild": "yarn prettier",

@@ -13,0 +12,0 @@ "build": "tsc"

Sorry, the diff of this file is not supported yet

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