🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

node-git-server

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-git-server - npm Package Versions

23

1.0.0

Diff
gabrielcsapo
published 1.0.0 •

Changelog

Source

1.0.0-beta.31 (07/10/2022)

  • Removes node support from node@<16 (@gabrielcsapo)
gabrielcsapo
published 1.0.0-beta.31 •

Changelog

Source

1.0.0-beta.31 (07/10/2022)

  • Removes node support from node@<16 (@gabrielcsapo)
gabrielcsapo
published 1.0.0-beta.30 •

Changelog

Source

1.0.0-beta.30 (01/26/2022)

  • Bugfix: Fix logging on response streams. (#96) (@willstott101)
gabrielcsapo
published 1.0.0-beta.1 •

Changelog

Source

1.0.0-beta.1 (01/02/2022)

  • Migrates to typescript (@5GameMaker @gabrielcsapo)
  • Removes node support from node@<14
gabrielcsapo
published 0.6.1 •

Changelog

Source

0.6.1 (03/03/2019)

  • Fixes bug with being able to overwrite git repos that a user doesn't have access to. @masasron
gabrielcsapo
published 0.6.0 •

Changelog

Source

0.6.0 (03/03/2019)

  • Augments the authenticate function declaration to accept an object as the first argument and a callback for the second. This allows us to make changes without having to cause breaking changes.
    • Adds the ability to introspect on the header (fixes #49)
gabrielcsapo
published 0.5.1 •

Changelog

Source

0.5.1 (03/03/2019)

  • bump dependencies
    • tap ^11.0.1 -> ^12.5.3
    • tryitout ^2.0.6 -> ^2.1.1
gabrielcsapo
published 0.5.0 •

Changelog

Source

0.5.0 (11/27/2018)

  • adds log functionality for event streams and response streams
gabrielcsapo
published 0.4.3 •

Changelog

Source

0.4.3 (04/30/2018)

  • removes deprecated Buffer interface
gabrielcsapo
published 0.4.2 •

Changelog

Source

0.4.2 (12/07/2017)

  • adds https support