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

@scalar/types

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/types - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

6

CHANGELOG.md
# @scalar/types
## 0.0.16
### Patch Changes
- dbbe38f: feat: add framework identifier for debugging purposes
## 0.0.15

@@ -4,0 +10,0 @@

@@ -147,2 +147,16 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';

operationsSorter?: 'alpha' | 'method' | ((a: TransformedOperation, b: TransformedOperation) => number);
/**
* Specifies the integration being used. This is primarily for internal purposes and should not be manually set.
*
* It’s used to:
* 1. Display debug information in the console.
* 2. Show a custom logo when importing OpenAPI documents in the Scalar App.
*
* Each supported integration has a unique identifier (e.g., 'express', 'nextjs', 'vue').
*
* To explicitly disable this feature, you can pass `null`.
*
* @private
*/
_integration?: null | 'adonisjs' | 'docusaurus' | 'dotnet' | 'elysiajs' | 'express' | 'fastapi' | 'fastify' | 'go' | 'hono' | 'html' | 'laravel' | 'litestar' | 'nestjs' | 'nextjs' | 'nitro' | 'nuxt' | 'platformatic' | 'react' | 'rust' | 'vue';
};

@@ -149,0 +163,0 @@ export type Server = OpenAPIV3.ServerObject | OpenAPIV3_1.ServerObject;

2

package.json

@@ -19,3 +19,3 @@ {

],
"version": "0.0.15",
"version": "0.0.16",
"engines": {

@@ -22,0 +22,0 @@ "node": ">=18"

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