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

github

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

examples/createStatus.js

5

CHANGELOG.md
# CHANGELOG
## 5.2.1
Bug fixes:
* Fix enterprise ldap update endpoints by adding `ldap_dn` param.
## 5.2.0

@@ -4,0 +9,0 @@

4

package.json
{
"name": "github",
"version": "5.2.0",
"version": "5.2.1",
"description": "NodeJS wrapper for the GitHub API",

@@ -50,3 +50,3 @@ "author": "Mike de Boer <info@mikedeboer.nl>",

"name": "node-github",
"version": "5.2.0",
"version": "5.2.1",
"template": {

@@ -53,0 +53,0 @@ "withCompare": true

@@ -189,3 +189,2 @@ **NOTE: The `node-github` npm package is deprecated. You want the `github` npm package (see Installation).**

| Migrations | application/vnd.github.wyandotte-preview+json |
| OAuth grants | application/vnd.github.damage-preview |
| Pages | application/vnd.github.mister-fantastic-preview |

@@ -192,0 +191,0 @@ | Pre-receive | application/vnd.github.eye-scream-preview |

@@ -270,3 +270,4 @@ /*

{
team_id: "Number"
team_id: "Number",
ldap_dn: "String"
},

@@ -284,3 +285,4 @@ function(err, res) {

{
user: "String"
user: "String",
ldap_dn: "String"
},

@@ -287,0 +289,0 @@ function(err, res) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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