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.7

test.js

6

CHANGELOG.md

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

#### 1.1.7 (2018-03-19)
##### Bug Fixes
* typo in Promise method ([7e4520d7](https://github.com/oleg-koval/github-orgs-packages/commit/7e4520d7da0cbf9f2190928c8415d959916cd5e9))
#### 1.1.6 (2018-03-19)

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

8

index.js

@@ -145,2 +145,6 @@ const {

const resolve = (deps) => Promise.method((resolve) => {
return resolve(deps)
})
return getReposList()

@@ -156,5 +160,3 @@ .map(flattenObj)

.then(remapGroupedDeps)
.then((deps) => Promise.method(resolve) => {
return resolve(deps)
})
.then(resolve)
.catch(Promise.reject);
{
"name": "github-orgs-packages",
"version": "1.1.6",
"version": "1.1.7",
"description": "Get information for all packages inside of your github organisation",

@@ -34,2 +34,3 @@ "main": "index.js",

"github-api": "^3.0.0",
"github-orgs-packages": "^1.1.6",
"package-info": "^3.0.1",

@@ -36,0 +37,0 @@ "ramda": "^0.25.0"

Sorry, the diff of this file is not supported yet