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

atlassian-openapi

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atlassian-openapi - npm Package Compare versions

Comparing version 1.0.8 to 1.0.12

10

lib/swagger.d.ts

@@ -205,2 +205,11 @@ export declare namespace Swagger {

/**
* New OAuth2 scopes
* @see https://hello.atlassian.net/wiki/spaces/redfox/pages/1046875420/RFC+OAuth+scopes+deprecation+in+Jira+-+DAC
*/
interface OAuth2Scopes {
deprecated: boolean;
scopes: string[];
documentation?: string;
}
/**
* This interface was referenced by `SwaggerV3`'s JSON-Schema

@@ -232,2 +241,3 @@ * via the `definition` "Operation".

'x-atlassian-connect-scope'?: string;
'x-atlassian-oauth2-scopes'?: OAuth2Scopes[];
}

@@ -234,0 +244,0 @@ /**

2

package.json
{
"name": "atlassian-openapi",
"version": "1.0.8",
"version": "1.0.12",
"description": "This is a package that lets you deal with the Atlassian flavour of the OpenAPI 3.0 specification.",

@@ -5,0 +5,0 @@ "repository": {

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