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

jeera

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeera - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

14

lib/jira/ls.js

@@ -69,3 +69,3 @@ /*global requirejs,define,fs*/

+ this.type
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review")'
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review", "Coding+In+Progress", "Pull+Request+Sent")'
+ '+order+by+priority+DESC,+key+ASC';

@@ -81,3 +81,3 @@ return this.getIssues();

+ this.type
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review")'
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review", "Coding+In+Progress", "Pull+Request+Sent")'
+ '+order+by+priority+DESC,+key+ASC';

@@ -93,3 +93,3 @@ return this.getIssues();

+ this.type
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review")'
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review", "Coding+In+Progress", "Pull+Request+Sent")'
+ '+order+by+priority+DESC,+key+ASC';

@@ -114,3 +114,3 @@ return this.getIssues();

+ '+AND+project=' + project
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review")'
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review", "Coding+In+Progress", "Pull+Request+Sent")'
+ '+order+by+priority+DESC,+key+ASC';

@@ -126,3 +126,3 @@ return this.getIssues();

+ this.type
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review")'
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review", "Coding+In+Progress", "Pull+Request+Sent")'
+ '+AND+updated+>=+-4d+'

@@ -140,3 +140,3 @@ + '+order+by+priority+DESC,+key+ASC';

+ '+AND+project=' + project
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review")'
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review", "Coding+In+Progress", "Pull+Request+Sent")'
+ '+order+by+priority+DESC,+key+ASC';

@@ -153,3 +153,3 @@ return this.getIssues();

+ '+AND+project=' + project
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review")'
+ '+AND+status+in+(Open,"In+Progress",Reopened,"To+Do","In+Review", "Coding+In+Progress", "Pull+Request+Sent")'
+ '+order+by+priority+DESC,+key+ASC';

@@ -156,0 +156,0 @@ return this.getIssues();

{
"name": "jeera",
"description": "Another JIRA Command Line Interface forked from jira-cmd",
"version": "0.1.3",
"version": "0.1.4",
"author": "Bruno Oliveira<bruno@abstractj.org>",

@@ -6,0 +6,0 @@ "dependencies": {

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