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

6

CHANGELOG.md

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

#### 1.1.6 (2018-03-19)
##### Bug Fixes
* return promise method ([651763bd](https://github.com/oleg-koval/github-orgs-packages/commit/651763bde24dc7013eca60cfe2ddecc4ef9a04d4))
#### 1.1.5 (2018-03-19)

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

4

index.js

@@ -155,3 +155,5 @@ const {

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

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