Socket
Socket
Sign inDemoInstall

simple-git

Package Overview
Dependencies
Maintainers
2
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-git - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

7

CHANGELOG.md
# Changelog
### [3.1.1](https://www.github.com/steveukx/git-js/compare/repo-v3.1.0...repo-v3.1.1) (2022-01-26)
### Bug Fixes
* specify repository with `directory` identifier to be discoverable within monorepo ([655e23c](https://www.github.com/steveukx/git-js/commit/655e23ce70e94e9213a0da2001ad883966c37b2e))
## [3.1.0](https://www.github.com/steveukx/git-js/compare/repo-v3.0.4...repo-v3.1.0) (2022-01-23)

@@ -4,0 +11,0 @@

8

package.json

@@ -5,3 +5,3 @@ {

"private": false,
"version": "3.1.0",
"version": "3.1.1",
"author": "Steve King <steve@mydev.co>",

@@ -41,3 +41,7 @@ "contributors": [

"license": "MIT",
"repository": "git://github.com/steveukx/git-js.git",
"repository": {
"type": "git",
"url": "https://github.com/steveukx/git-js.git",
"directory": "simple-git"
},
"main": "cjs/index.js",

@@ -44,0 +48,0 @@ "module": "esm/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc