Socket
Socket
Sign inDemoInstall

git-object

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

2

lib/git-object.js

@@ -51,3 +51,3 @@

var err = new Error('blob not found');
err.statusCode = 404;
err.status = 404;
fn(err);

@@ -54,0 +54,0 @@ })();

{
"name": "git-object",
"version": "0.1.0",
"version": "0.2.0",
"description": "Simple library to retrieve git objects from a repository.",

@@ -5,0 +5,0 @@ "keywords": [

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