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

ssh2-exec

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2-exec - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

41

LICENSE.md

@@ -1,28 +0,21 @@

Copyright (c) 2014, SARL Adaltas.
All rights reserved.
The MIT License (MIT)
Redistribution and use of this software in source and binary forms, with or
without modification, are permitted provided that the following conditions
are met:
Copyright (c) 2010 Adaltas
- Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
- Neither the name of SARL Adaltas nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission of SARL Adaltas.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
{
"name": "ssh2-exec",
"version": "0.8.2",
"version": "0.8.3",
"description": "Transparent usage between `child_process.exec` and `ssh2.prototype.exec`",

@@ -13,3 +13,3 @@ "keywords": [

"homepage": "https://github.com/adaltas/node-ssh2-exec",
"license": "BSD-3-Clause",
"license": "MIT",
"author": "David Worms <david@adaltas.com>",

@@ -16,0 +16,0 @@ "contributors": [],

@@ -1,10 +0,12 @@

[![Build Status](https://secure.travis-ci.org/adaltas/node-ssh2-exec.svg)][travis]
[![Build Status](https://img.shields.io/github/actions/workflow/status/adaltas/node-ssh2-exec/test.yml?branch=master)](https://github.com/adaltas/node-ssh2-exec/actions)
[![NPM](https://img.shields.io/npm/dm/ssh2-exec)](https://www.npmjs.com/package/ssh2-exec)
[![NPM](https://img.shields.io/npm/v/ssh2-exec)](https://www.npmjs.com/package/ssh2-exec)
# Node.js ssh2-exec
The Node.js `ssh2-exec` package extends the [`ssh2`][ssh2] module to provide transparent usage between the `child_process.exec` and `ssh2.prototype.exec` functions. It was originally developped for and is still use by [Nikita](https://nikita.js.org) to run actions both locally and over SSH.
The Node.js `ssh2-exec` package extends the [`ssh2`](https://github.com/mscdex/ssh2) module to provide transparent usage between the `child_process.exec` and `ssh2.prototype.exec` functions. It was originally developped for and is still use by [Nikita](https://nikita.js.org) to run actions both locally and over SSH.
## Installation
This is OSS and licensed under the [new BSD license][license].
This is OSS and licensed under the [MIT license](https://github.com/adaltas/node-ssh2-exec/blob/master/LICENSE.md).

@@ -48,3 +50,3 @@ ```bash

See the [ssh2] and [ssh2-connect] modules on how to create a new SSH connection.
See the [ssh2](https://github.com/mscdex/ssh2) and [ssh2-connect](https://github.com/adaltas/node-ssh2-connect) modules on how to create a new SSH connection.

@@ -129,5 +131,1 @@ ## `ssh2-exec/promises` module usage

The project is sponsored by [Adaltas](https://www.adaltas.com) based in Paris, France. Adaltas offers support and consulting on distributed systems, big data and open source.
[ssh2]: https://github.com/mscdex/ssh2
[ssh2-connect]: https://github.com/adaltas/node-ssh2-connect
[license]: https://github.com/adaltas/node-ssh2-exec/blob/master/LICENSE.md
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