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

depsync

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depsync - npm Package Compare versions

Comparing version 1.3.14 to 1.3.15

2

package.json
{
"name": "depsync",
"version": "1.3.14",
"version": "1.3.15",
"author": "Dom Chen",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/domchen/depsync",

@@ -50,3 +50,4 @@ //////////////////////////////////////////////////////////////////////////////////////

if (fs.existsSync(lfsConfig)) {
if (!LFSInited) {
let prePushFile = path.resolve(repoPath, ".git", "hooks", "pre-push");
if (!LFSInited && !fs.existsSync(prePushFile)) {
Utils.exec("git lfs install", repoPath, true);

@@ -53,0 +54,0 @@ LFSInited = true;

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