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

yaschema-api

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaschema-api - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

3

lib/types/Api.d.ts

@@ -8,2 +8,5 @@ /** A generic API description. See `HttpApi` */

name: string;
/** If `true` or a `string`, use of this Api is deprecated and usage should be discontinued as soon as possible. A string value may be
* used to document why the deprecation occurred and/or preferred upgrade strategies and APIs. */
deprecated?: boolean | string;
/** A description, which can be used by code generation tools to generate documentation */

@@ -10,0 +13,0 @@ description?: string;

2

package.json
{
"name": "yaschema-api",
"version": "3.1.0",
"version": "3.2.0",
"description": "Yet another API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -11,2 +11,6 @@ /** A generic API description. See `HttpApi` */

/** If `true` or a `string`, use of this Api is deprecated and usage should be discontinued as soon as possible. A string value may be
* used to document why the deprecation occurred and/or preferred upgrade strategies and APIs. */
deprecated?: boolean | string;
/** A description, which can be used by code generation tools to generate documentation */

@@ -13,0 +17,0 @@ description?: string;

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