Socket
Socket
Sign inDemoInstall

github-api-promise

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-api-promise - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "github-api-promise",
"version": "1.0.5",
"version": "1.0.6",
"description": "A node module for interfacing with the Github API using promises",

@@ -5,0 +5,0 @@ "main": "src/app.js",

@@ -289,3 +289,3 @@ var request = require('superagent-bluebird-promise');

// Get file contents
fs.readFile(localFilePath, 'utf8', function(err, data) {
fs.readFile(localFilePath, function(err, data) {
// Check for error

@@ -292,0 +292,0 @@ if (err) {

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