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

git-package

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-package - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

2

package.json
{
"name": "git-package",
"version": "0.3.0",
"version": "0.4.0",
"description": "Manage npm package versions in private git repos",

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

@@ -22,3 +22,3 @@ # git-package

* Add `git-package` config to your `package.json` file specifying the folder
containing compiled code
containing compiled code. If you need to make release from specific branch, add it to your config also, by default `git-package` uses `master` branch.

@@ -30,8 +30,10 @@ // fancy-private-pkg/package.json

"gitPackage": {
"includeIgnored": [ "lib" ]
"includeIgnored": [ "lib" ],
"branch": "main"
}
}
* Add your compiled code folder to `.gitignore`, and commit normally in `master` branch.
* Add your compiled code folder to `.gitignore`, and commit normally in your branch.
* Run `git-package`

@@ -38,0 +40,0 @@

Sorry, the diff of this file is not supported yet

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