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

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 0.0.8 to 0.0.9

7

package.json

@@ -9,3 +9,3 @@ {

},
"version": "0.0.8",
"version": "0.0.9",
"license": "GPL-3.0",

@@ -29,6 +29,3 @@ "scripts": {

},
"keywords": [
"codesandbox",
"gitlab"
]
"keywords": ["codesandbox", "gitlab"]
}

@@ -50,2 +50,8 @@ # g4c - Git for CodeSandbox

- Binaries like PNGs are problematic
- Delete orphans is not enabled, so stray files may be present in working temp dir.
- `npx -y g4c i` should install latest if not found
Also,
Every call to rsyncjs copies all files, even if they are the same or have been copied before. As read calls are cheaper than write ones, one solution is to add support for a checksum function which will compare the file if the destination is younger. Hardlinks are not an option in CSB, as `/sandbox` has it's own device.

@@ -52,0 +58,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