Socket
Socket
Sign inDemoInstall

@app-sh/jira

Package Overview
Dependencies
3
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

6

dist/plugin.d.ts

@@ -1,2 +0,2 @@

import { AppSh, AppShConfig, AppShPlugin } from 'app-sh';
import { AppSh, AppShConfig, AppShPlugin, HttpReqResponse } from 'app-sh';

@@ -43,2 +43,3 @@ type AuthDetails = {

};
declare const JiraResources: Record<string, string>;
declare class Jira extends AppShPlugin {

@@ -86,4 +87,5 @@ private _server;

addUserToApplication(user: string, applicationKey: string): Promise<void>;
restApiCall(method: "GET" | "PUT" | "POST" | "DELETE" | "PATCH", path: string, body: any): Promise<HttpReqResponse>;
}
export { AuthDetails, DashboardsOject, FieldDict, FiltersOject, Jira, JiraConfig, JqlResults };
export { AuthDetails, DashboardsOject, FieldDict, FiltersOject, Jira, JiraConfig, JiraResources, JqlResults };
{
"version": "1.1.0",
"version": "1.1.1",
"name": "@app-sh/jira",

@@ -4,0 +4,0 @@ "description": "App Shell plugin for JIRA",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc