Socket
Socket
Sign inDemoInstall

octokit-plugin-get-open-repository-issues-count-by-assignees

Package Overview
Dependencies
10
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

dist-node/index.js

@@ -5,3 +5,3 @@ 'use strict';

const VERSION = "1.0.0";
const VERSION = "1.0.1";

@@ -76,3 +76,3 @@ function ownKeys(object, enumerableOnly) {

const query = `
query($owner:string!,$repo:string!) {
query($owner:String!,$repo:String!) {
repository(owner:$owner, name:$repo) {

@@ -79,0 +79,0 @@ ${userIssuesNode.join("\n ")}

@@ -10,3 +10,3 @@ // Credit: https://github.com/shinnn/github-username-regex/

const query = `
query($owner:string!,$repo:string!) {
query($owner:String!,$repo:String!) {
repository(owner:$owner, name:$repo) {

@@ -13,0 +13,0 @@ ${userIssuesNode.join("\n ")}

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

export const VERSION = "1.0.0";
export const VERSION = "1.0.1";

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

export declare const VERSION = "1.0.0";
export declare const VERSION = "1.0.1";

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

const VERSION = "1.0.0";
const VERSION = "1.0.1";

@@ -12,3 +12,3 @@ // Credit: https://github.com/shinnn/github-username-regex/

const query = `
query($owner:string!,$repo:string!) {
query($owner:String!,$repo:String!) {
repository(owner:$owner, name:$repo) {

@@ -15,0 +15,0 @@ ${userIssuesNode.join("\n ")}

{
"name": "octokit-plugin-get-open-repository-issues-count-by-assignees",
"description": "Get the number of open repository issues assigned to a list of users",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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