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

@mindkeeper-solutions/orgi

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mindkeeper-solutions/orgi - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

6

index.js

@@ -30,2 +30,4 @@ #!/usr/bin/env node

console.info(`Going to commit the contents of "${sourceDir}" to the branch ${targetBranch}`)
git.add([sourceDir, '-f'])

@@ -68,3 +70,3 @@ git.stash()

function popAndCommit(label) {
function popAndCommit() {
const sourceBranch = branchSummary.branches[branchSummary.current]

@@ -74,4 +76,2 @@

.raw(['checkout', 'stash', '--', '.'])
//.raw(['reset', 'HEAD', '.gitignore'])
//.raw(['checkout', '--', '.gitignore'])
.raw(['add', '-A'])

@@ -78,0 +78,0 @@ .commit(`${sourceBranch.label} from ${sourceBranch.name}@${sourceBranch.commit}`)

{
"name": "@mindkeeper-solutions/orgi",
"version": "1.0.3",
"version": "1.1.0",
"description": "Deploy with git using orphan branches.",

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

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