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
22
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.20 to 0.0.21

6

CHANGELOG.md
# @scalar/types
## 0.0.21
### Patch Changes
- 9d23f95: chore: deprecate Parameters, use Parameter instead
## 0.0.20

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

8

dist/legacy/reference-config.d.ts

@@ -219,3 +219,7 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';

};
export type Parameters = {
/**
* @deprecated Use Parameter instead
*/
export type Parameters = Parameter;
export type Parameter = {
name: string;

@@ -277,3 +281,3 @@ in?: string;

export type TransformedOperation = Operation & {
pathParameters?: Parameters[];
pathParameters?: Parameter[];
};

@@ -280,0 +284,0 @@ export type CollapsedSidebarItems = Record<string, boolean>;

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

],
"version": "0.0.20",
"version": "0.0.21",
"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