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

@netlify/open-api

Package Overview
Dependencies
Maintainers
9
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/open-api - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

31

js/dist/swagger.json
{
"swagger": "2.0",
"info": {
"version": "0.5.0",
"version": "0.6.0",
"title": "Netlify's API definition"

@@ -965,2 +965,16 @@ },

}
},
"post": {
"operationId": "createSiteBuild",
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/build"
}
},
"default": {
"$ref": "#/responses/error"
}
}
}

@@ -1205,2 +1219,7 @@ },

{
"name": "size",
"type": "integer",
"in": "query"
},
{
"name": "file_body",

@@ -1253,2 +1272,7 @@ "in": "body",

{
"name": "size",
"type": "integer",
"in": "query"
},
{
"name": "file_body",

@@ -2132,2 +2156,5 @@ "in": "body",

"$ref": "#/definitions/repoInfo"
},
"id_domain": {
"type": "string"
}

@@ -2486,3 +2513,3 @@ }

"properties": {
"asset_management": {
"large_media": {
"type": "boolean"

@@ -2489,0 +2516,0 @@ }

2

package.json
{
"name": "@netlify/open-api",
"version": "0.5.0",
"version": "0.6.0",
"description": "Netlify's open-api definition as a module",

@@ -5,0 +5,0 @@ "main": "js/dist/swagger.json",

@@ -11,3 +11,3 @@ # open-api

The [`swagger.yml`](swagger.yml) file is the master copy of the Open API 2.0 definition. Additional context on using the API can be found on our [docs site](https://www.netlify.com/docs/api/).
The [`swagger.yml`](swagger.yml) file is the master copy of the Open API 2.0 definition. Additional context on using the API can be found on our [docs site](https://www.netlify.com/docs/api/).

@@ -14,0 +14,0 @@ The spec is published and versioned for various ecosystems:

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