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

sync-to-github

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-to-github - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

lib/sync.js

@@ -177,3 +177,8 @@ var GitHubApi = require('github');

}, params);
debug(options, 'gitdata', name, params);
var loggedParams = _.merge({}, params);
if (typeof(loggedParams.contents) === 'string') {
loggedParams.contents =
'[' + loggedParams.contents.length + ' characters]';
}
debug(options, 'gitdata', name, loggedParams);
return method.call(gitdata, realParams);

@@ -180,0 +185,0 @@ }

2

package.json
{
"name": "sync-to-github",
"version": "0.0.3",
"version": "0.0.4",
"description": "Easily sync a directory of files to a GitHub repo using the GitHub API",

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

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