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
14
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 1.0.0 to 1.3.0

14

CHANGELOG.md

@@ -10,2 +10,16 @@ # Changelog

## [1.3.0](https://www.github.com/netlify/open-api/compare/v1.2.0...v1.3.0) (2021-01-21)
### Features
- add google analytics to new docs site ([5543da4](https://www.github.com/netlify/open-api/commit/5543da457248029308bf2c55f80119e9e2f3faa9))
- add pagination support ([d79e0ad](https://www.github.com/netlify/open-api/commit/d79e0ad41ea8f315af47e1bf0dc53955a32c067a))
### Bug Fixes
- github token in workflow ([686d251](https://www.github.com/netlify/open-api/commit/686d2517e30d0a25045f865c7c0991f697c68bf0))
- **package.json:** remove scripts no longer required and don't npm ci on swagger bump ([e61a51f](https://www.github.com/netlify/open-api/commit/e61a51faafae213ad6626c4832ab2501403a130a))
- remove pagination from some of the list endpoints ([9f301e0](https://www.github.com/netlify/open-api/commit/9f301e0ca903365a0fc44e623c4cd52fe1bb7eec))
- switch branches and cleanup package.json ([b985d27](https://www.github.com/netlify/open-api/commit/b985d27f1e7f44ef3a090ca61c1dfb44ef2cde6f))
## [v1.0.0](https://github.com/netlify/open-api/compare/v0.18.1...v1.0.0) - 2020-12-10

@@ -12,0 +26,0 @@

9

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

@@ -20,3 +20,2 @@ "ava": {

"analytics-plugin-ga": "^0.1.5",
"auto-changelog": "^1.16.1",
"ava": "^2.4.0",

@@ -54,3 +53,2 @@ "cp-file": "^7.0.0",

"scripts": {
"prepublishOnly": "git push && git push --tags && gh-release",
"prepare": "run-s test",

@@ -61,6 +59,3 @@ "test": "run-s lint build unit",

"convert": "node src/convert.js",
"version": "run-s version:*",
"version:1-swagger": "node src/bump-swagger.js",
"version:2-changelog": "auto-changelog -p --template keepachangelog --breaking-pattern breaking",
"version:3-git": "git add CHANGELOG.md swagger.yml",
"bump-swagger": "node src/bump-swagger.js",
"redoc": "node src/docs/build.js",

@@ -67,0 +62,0 @@ "lint": "run-s eslint prettier",

@@ -19,4 +19,2 @@ # open-api

[![screenshot of netlify swagger ui](ui/screenshot.png)](https://open-api.netlify.com)
### Go Client

@@ -23,0 +21,0 @@

Sorry, the diff of this file is too big to display

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