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.14.1 to 3.15.0

dist/src/lib/plugins/block-unsafe-operations-plugin.d.ts

1

dist/src/lib/plugins/index.d.ts
export * from './abort-plugin';
export * from './block-unsafe-operations-plugin';
export * from './command-config-prefixing-plugin';

@@ -3,0 +4,0 @@ export * from './completion-detection.plugin';

4

dist/src/lib/plugins/timout-plugin.d.ts

@@ -1,3 +0,3 @@

import { SimpleGitOptions } from '../types';
import { SimpleGitPlugin } from './simple-git-plugin';
import type { SimpleGitPlugin } from './simple-git-plugin';
import type { SimpleGitOptions } from '../types';
export declare function timeoutPlugin({ block, }: Exclude<SimpleGitOptions['timeout'], undefined>): SimpleGitPlugin<'spawn.after'> | void;

@@ -90,2 +90,17 @@ /// <reference types="node" />

spawnOptions: Pick<SpawnOptions, 'uid' | 'gid'>;
unsafe: {
/**
* By default `simple-git` prevents the use of inline configuration
* options to override the protocols available for the `git` child
* process to prevent accidental security vulnerabilities when
* unsanitised user data is passed directly into operations such as
* `git.addRemote`, `git.clone` or `git.raw`.
*
* Enable this override to use the `ext::` protocol (see examples on
* [git-scm.com](https://git-scm.com/docs/git-remote-ext#_examples)).
*
* See documentation for use in
*/
allowUnsafeProtocolOverride?: boolean;
};
}

@@ -92,0 +107,0 @@ /**

{
"name": "simple-git",
"description": "Simple GIT interface for node.js",
"version": "3.14.1",
"version": "3.15.0",
"author": "Steve King <steve@mydev.co>",

@@ -24,9 +24,9 @@ "contributors": [

"@simple-git/babel-config": "^1.0.0",
"@simple-git/test-utils": "^2.0.0",
"@simple-git/test-utils": "^3.0.0",
"@types/debug": "^4.1.5",
"@types/jest": "^27.0.3",
"@types/jest": "^29.2.2",
"@types/node": "^16",
"esbuild": "^0.14.10",
"esbuild-node-externals": "^1.4.1",
"jest": "^27.4.5",
"jest": "^29.3.1",
"ts-node": "^9.0.0",

@@ -33,0 +33,0 @@ "typescript": "^4.1.2"

@@ -114,2 +114,5 @@ # Simple Git

- [Unsafe](https://github.com/steveukx/git-js/blob/main/docs/PLUGIN-UNSAFE-ACTIONS.md)
Selectively opt out of `simple-git` safety precautions - for advanced users and use cases.
## Using Task Promises

@@ -440,3 +443,4 @@

- [release notes v2](https://github.com/steveukx/git-js/blob/main/docs/RELEASE-NOTES-V2.md)
- [release notes v3](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [release notes v2](https://github.com/steveukx/git-js/blob/main/docs/RELEASE-NOTES-V2.md)

@@ -443,0 +447,0 @@ # Concurrent / Parallel Requests

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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