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

@scalar/types

Package Overview
Dependencies
Maintainers
8
Versions
32
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.12 to 0.0.13

6

CHANGELOG.md
# @scalar/types
## 0.0.13
### Patch Changes
- 9dc2ab7: feat: new `operationsSorter` option
## 0.0.12

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

4

dist/legacy/reference-config.d.ts

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

tagsSorter?: 'alpha' | ((a: Tag, b: Tag) => number);
/**
* Sort operations alphabetically, by method or with a custom sort function
*/
operationsSorter?: 'alpha' | 'method' | ((a: TransformedOperation, b: TransformedOperation) => number);
};

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

2

package.json

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

],
"version": "0.0.12",
"version": "0.0.13",
"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