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

fets

Package Overview
Dependencies
Maintainers
1
Versions
707
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fets - npm Package Compare versions

Comparing version 0.8.1-alpha-20240611072951-5720f46f678e12f945cf94c8823e166da8e292b8 to 0.8.1-alpha-20240611073426-66f9e982214239cb373b49f13bb59a5853328aa1

2

package.json
{
"name": "fets",
"version": "0.8.1-alpha-20240611072951-5720f46f678e12f945cf94c8823e166da8e292b8",
"version": "0.8.1-alpha-20240611073426-66f9e982214239cb373b49f13bb59a5853328aa1",
"description": "TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -174,2 +174,5 @@ /// <reference types="urlpattern-polyfill" />

};
type ObjectSchema = JSONSchema & {
type: 'object';
};
export type RouteSchemas = {

@@ -179,5 +182,5 @@ request?: {

params?: ObjectSchemaWithPrimitiveProperties;
query?: ObjectSchemaWithPrimitiveProperties;
json?: ObjectSchemaWithPrimitiveProperties;
formData?: ObjectSchemaWithPrimitiveProperties;
query?: ObjectSchema;
json?: JSONSchema;
formData?: ObjectSchema;
};

@@ -184,0 +187,0 @@ responses?: StatusCodeMap<JSONSchema>;

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