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

git-core

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-core - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "git-core",
"version": "0.0.3",
"version": "0.0.4",
"description": "Simple library for working git core structures(blobs, trees, commits, tags and packs) without a repository",

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

@@ -41,4 +41,3 @@ var util = require('util')

(this.committer.email || '') + "> " +
common.timestamp(this.committer.date));
contentArray.push('\n');
common.timestamp(this.committer.date) + '\n');
contentArray.push(this.message);

@@ -102,3 +101,3 @@

pos += 2;
pos += 1;

@@ -105,0 +104,0 @@ // message

@@ -37,4 +37,3 @@ var util = require('util')

(this.tagger.email || '') + "> " +
common.timestamp(this.date));
contentArray.push('\n');
common.timestamp(this.date) + '\n');
contentArray.push(this.message);

@@ -89,3 +88,3 @@

pos += 2;
pos += 1;

@@ -92,0 +91,0 @@ // message

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