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
0
Versions
31
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.24 to 0.0.25

6

CHANGELOG.md
# @scalar/types
## 0.0.25
### Patch Changes
- c263aaf: chore: improve the comment for UnknownObject
## 0.0.24

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

2

dist/legacy/reference-config.d.ts

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

*/
content?: string | Record<string, any> | (() => Record<string, any>);
content?: string | Record<string, any> | (() => Record<string, any>) | null;
};

@@ -285,0 +285,0 @@ export type Schema = {

/**
* When the object values are unknown
* Represents an object with string keys and unknown values.
* Useful for handling objects with dynamic or unknown value types.
*/
export type UnknownObject = Record<string, unknown>;
//# sourceMappingURL=utility-types.d.ts.map

@@ -10,3 +10,3 @@ {

"type": "git",
"url": "https://github.com/scalar/scalar.git",
"url": "git+https://github.com/scalar/scalar.git",
"directory": "packages/types"

@@ -20,3 +20,3 @@ },

],
"version": "0.0.24",
"version": "0.0.25",
"engines": {

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

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