Socket
Socket
Sign inDemoInstall

@octokit/openapi-types

Package Overview
Dependencies
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/openapi-types - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.2.1",
"version": "1.2.2",
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec",

@@ -26,4 +26,4 @@ "main": "generated/types.ts",

"octokit": {
"openapi-version": "1.0.2"
"openapi-version": "1.0.3"
}
}

@@ -13,4 +13,4 @@ const { writeFileSync } = require("fs");

pkg.octokit["openapi-version"] = process.env.VERSION;
pkg.octokit["openapi-version"] = process.env.VERSION.replace(/^v/, "");
writeFileSync("package.json", JSON.stringify(pkg, null, 2) + "\n");

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc