New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ggit

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ggit - npm Package Compare versions

Comparing version 1.21.0 to 1.22.0

2

package.json
{
"name": "ggit",
"description": "Local promise-returning git command wrappers",
"version": "1.21.0",
"version": "1.22.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",

@@ -6,0 +6,0 @@ "bin": {

@@ -12,5 +12,7 @@ 'use strict'

var short = id.substr(0, 7)
var currentTime = new Date()
var data = {
id: id,
short: short
short: short,
now: currentTime.toISOString()
}

@@ -17,0 +19,0 @@ var contents = JSON.stringify(data, null, 2) + '\n'

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