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

git-activity

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-activity - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -6,2 +6,3 @@ #!/usr/bin/env node

childProcess = require( 'child_process' ),
untilde = require( 'untildify' ),
spawn = childProcess.spawn,

@@ -34,2 +35,3 @@ exec = childProcess.exec,

dir = dir ? untilde( dir ) : null;
start = formatDate( _start );

@@ -36,0 +38,0 @@ end = formatDate( _end );

5

package.json
{
"name": "git-activity",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple util to grab commits from the day or time specified",

@@ -27,3 +27,4 @@ "main": "index.js",

"minimist": "~1.1.0",
"string-humanize": "~1.0.0"
"string-humanize": "~1.0.0",
"untildify": "~1.0.0"
},

@@ -30,0 +31,0 @@ "bin": {

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