Socket
Socket
Sign inDemoInstall

js-git

Package Overview
Dependencies
1
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

tags

2

package.json
{
"name": "js-git",
"version": "0.3.1",
"version": "0.3.2",
"description": "Git Implemented in JavaScript",

@@ -5,0 +5,0 @@ "repository": {

@@ -42,3 +42,3 @@ var platform = require('../lib/platform.js');

socket.sink(output)(function (err) {
throw err;
if (err) console.error(err.stack || err);
// TODO: handle this better somehow

@@ -45,0 +45,0 @@ // maybe allow writable streams

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc