Socket
Socket
Sign inDemoInstall

g4c

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

g4c - npm Package Compare versions

Comparing version 1.4.1 to 1.5.2

src/logger.js

8

package.json
{
"version": "1.4.1",
"version": "1.5.2",
"type": "module",

@@ -16,3 +16,6 @@ "name": "g4c",

"scripts": {
"dev": "node index.mjs"
"dev": "node index.mjs",
"test:dev": "tsx --watch ./test/index.ts",
"test": "tsx ./test/index.ts",
"publish:stable": "npm dist-tag add g4c@1.4.1 stable"
},

@@ -26,2 +29,3 @@ "bin": {

},
"files": ["src/*js"],
"dependencies": {

@@ -28,0 +32,0 @@ "isomorphic-git": "^1.19.2"

@@ -43,2 +43,3 @@ <p align="center">

- g4c add .
- git pull origin pull/123/head
```

@@ -57,2 +58,13 @@

## Goals
1. **Make common git commands easy to use in JavaScript shells 🚀**
* This includes commands such as `git clone`, `git pull`, and `git push`.
2. **Provide configuration options via config file, package.json and ENV variables ⚙️**
* This will make it easier for developers to customize the behavior of g4c to match their specific needs.
3. **Minimize cold-boot time and overhead in browser environments ⏱️**
* This is important for web IDEs. By minimizing the cold-boot time, developers can maximize cycle time and review PR's more efficiently.
4. **Improve the developer experience (DX) for JS devs as much as possible 👩‍💻**
* Following in the foot steps of vite and git to improve workflows.
### Configuration Precedence

@@ -59,0 +71,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