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

push-dir

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

push-dir - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

.idea/.name

4

index.js

@@ -62,3 +62,3 @@ var exec = require('child_process').exec;

return execCmd(
'git symbolic-ref --short HEAD',
'git rev-parse --abbrev-ref HEAD',
'problem getting current branch'

@@ -70,3 +70,3 @@ );

return execCmd(
'git reset --hard && git clean -fdx && git checkout ' + branch,
'git checkout -f ' + branch,
'problem resetting branch'

@@ -73,0 +73,0 @@ );

{
"name": "push-dir",
"version": "0.1.1",
"version": "0.2.0",
"description": "Push a directory to a remote branch",

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

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