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

octokit

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octokit - npm Package Compare versions

Comparing version 0.9.11 to 0.9.12

5

bower.json
{
"name": "octokit",
"version": "0.9.11",
"version": "0.9.12",
"description": "Javascript github client for nodejs or a web browser using promises",

@@ -9,3 +9,4 @@ "main": "octokit.js",

"lodash": ">=1.0",
"blanket": "#development"
"blanket": "#development",
"mocha": "~1.16.2"
},

@@ -12,0 +13,0 @@ "devDependencies": {

3

octokit.js

@@ -1112,2 +1112,5 @@ (function() {

};
this.getOrg = function(name) {
return new Organization(name);
};
this.getUser = function(login) {

@@ -1114,0 +1117,0 @@ if (login == null) {

{
"name": "octokit",
"version": "0.9.11",
"version": "0.9.12",
"description": "Javascript github client for nodejs or a web browser using promises",

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

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc