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

dugite

Package Overview
Dependencies
Maintainers
4
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dugite - npm Package Compare versions

Comparing version 1.54.0 to 1.55.0

2

package.json
{
"name": "dugite",
"version": "1.54.0",
"version": "1.55.0",
"description": "Elegant bindings for Git",

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

@@ -16,13 +16,13 @@ const URL = require('url')

if (process.platform === 'darwin') {
config.checksum = 'b816e814568d2309c50d1abe0df7516b41301d24e9bb4504906e9287d56a24ac'
config.checksum = '1220641b224bd087e5d1466a7038576fd11f88657383dc573d7d17fc2b59a6a5'
config.source =
'https://github.com/desktop/dugite-native/releases/download/v2.16.0-rc0/dugite-native-v2.16.0-rc0-macOS-59.tar.gz'
'https://github.com/desktop/dugite-native/releases/download/v2.16.0-rc1/dugite-native-v2.16.0-rc1-macOS-62.tar.gz'
} else if (process.platform === 'win32') {
config.checksum = 'ec038b63bf73f3d020dd8afe868076cbc705766d5297d3e2afae56b8203870b7'
config.checksum = '52660131b71f20b202eba9bb1585e24ace08b614e5bc9ee30e2079aaf35025b7'
config.source =
'https://github.com/desktop/dugite-native/releases/download/v2.16.0-rc0/dugite-native-v2.16.0-rc0-win32-59.tar.gz'
'https://github.com/desktop/dugite-native/releases/download/v2.16.0-rc1/dugite-native-v2.16.0-rc1-win32-62.tar.gz'
} else if (process.platform === 'linux') {
config.checksum = '152ea2889b6b3bd8dffab455b5c14078ff7a1e395c9ac567ddb5879737c92991'
config.checksum = '8f7efa8524ce6bab2ba733b64e5f9adff494494319f31f708fb822a759a1b674'
config.source =
'https://github.com/desktop/dugite-native/releases/download/v2.16.0-rc0/dugite-native-v2.16.0-rc0-ubuntu-59.tar.gz'
'https://github.com/desktop/dugite-native/releases/download/v2.16.0-rc1/dugite-native-v2.16.0-rc1-ubuntu-62.tar.gz'
}

@@ -29,0 +29,0 @@

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