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

github-orgs-packages

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-orgs-packages - npm Package Compare versions

Comparing version

to
1.1.2

6

CHANGELOG.md

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

#### 1.1.2 (2018-03-19)
##### Bug Fixes
* get all orgs repos instead of few ([1a662b48](https://github.com/oleg-koval/github-orgs-packages/commit/1a662b4837d7fce184f296737457dba4c56928b2))
#### 1.1.1 (2018-03-19)

@@ -2,0 +8,0 @@

2

index.js

@@ -38,3 +38,3 @@ const {

const { data: reposList } = repos;
return reposList.slice(1, 5);
return reposList;
})

@@ -41,0 +41,0 @@ .catch((err) => {

{
"name": "github-orgs-packages",
"version": "1.1.1",
"version": "1.1.2",
"description": "Get information for all packages inside of your github organisation",

@@ -5,0 +5,0 @@ "main": "index.js",

# github-orgs-packages ![linted_by _sexy](https://img.shields.io/badge/linted_by-_sexy-brightgreen.svg)
# Description
Get information for all packages inside of your github organisation

@@ -4,0 +6,0 @@