Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@app-sh/jira

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-sh/jira - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

dist/types/plugin.d.ts

@@ -7,2 +7,3 @@ import { AppSh, AppShPlugin } from "app-sh";

export type JiraConfig = {
appSh?: AppSh;
server: string;

@@ -51,3 +52,3 @@ user: string;

private _basicAuthHeader;
constructor(appSh: AppSh, jiraConfig: JiraConfig);
constructor(jiraConfig: JiraConfig);
login(auth?: AuthDetails): Promise<void>;

@@ -54,0 +55,0 @@ logout(): Promise<void>;

{
"version": "1.0.0",
"version": "1.0.1",
"name": "@app-sh/jira",

@@ -32,3 +32,3 @@ "description": "App Shell plugin for JIRA",

"dependencies": {
"app-sh": "^1.3.3"
"app-sh": "^1.3.5"
},

@@ -35,0 +35,0 @@ "scripts": {

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc