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

@atlassianlabs/jira-pi-common-models

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassianlabs/jira-pi-common-models - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

10

entities.d.ts

@@ -190,2 +190,9 @@ import { JiraSiteInfo } from './JiraSiteInfo';

}
export interface FilterSearchResults {
maxResults: number;
offset: number;
total: number;
isLast: boolean;
filters: FilterSearchResult[];
}
export interface FilterSearchResult {

@@ -199,2 +206,5 @@ id: string;

}
export interface JQLErrors {
errors: string[];
}
export declare function readProject(projectJson: any): Project;

@@ -201,0 +211,0 @@ export declare function readWatches(watchesJson: any): Watches;

4

package.json
{
"name": "@atlassianlabs/jira-pi-common-models",
"version": "0.1.15",
"version": "0.1.16",
"description": "Common Jira models for related jira-pi-clients",

@@ -16,4 +16,4 @@ "repository": {

"sideEffects": false,
"gitHead": "49bda0d84dde41e1f01e6be649cd6513ead7a752",
"gitHead": "2d5d84321220e0ce41b101196a673425b37f9525",
"typings": "./index.d.ts"
}

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

#jira-pi-common-models
#jira-pi-common-models
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