Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "ssh2-exec", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Transparent usage between `child_process.exec` and `ssh2.prototype.exec`", | ||
@@ -22,2 +22,4 @@ "keywords": [ | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/mocha": "^10.0.8", | ||
"@types/ssh2": "^1.15.1", | ||
"eslint": "^9.11.1", | ||
@@ -30,7 +32,11 @@ "eslint-config-prettier": "^9.1.0", | ||
"mocha": "^10.7.3", | ||
"mocha-they": "^0.1.6", | ||
"mocha-they": "^0.1.8", | ||
"prettier": "^3.3.3", | ||
"should": "^13.2.3", | ||
"ssh2-connect": "^4.0.2", | ||
"ssh2-connect": "^4.0.3", | ||
"standard-version": "^9.5.0", | ||
"tsup": "^8.3.0", | ||
"tsx": "^4.19.1", | ||
"typedoc": "^0.26.7", | ||
"typedoc-plugin-markdown": "^4.2.8", | ||
"typescript": "^5.6.2", | ||
@@ -43,6 +49,16 @@ "typescript-eslint": "^8.7.0" | ||
"exports": { | ||
".": "./lib/index.js", | ||
"./promise": "./lib/promises.js", | ||
"./promises": "./lib/promises.js" | ||
".": { | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./promises": { | ||
"import": "./dist/promises.js", | ||
"types": "./dist/promises.d.ts", | ||
"require": "./dist/promises.cjs" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"lint-staged": { | ||
@@ -52,11 +68,12 @@ "*.js": "npm run lint:fix", | ||
}, | ||
"main": "./lib/index", | ||
"mocha": { | ||
"throw-deprecation": true, | ||
"inline-diffs": true, | ||
"import": "tsx", | ||
"recursive": true, | ||
"reporter": "spec", | ||
"require": [ | ||
"should" | ||
], | ||
"timeout": 5000, | ||
"reporter": "spec", | ||
"recursive": true | ||
"throw-deprecation": false, | ||
"timeout": 40000 | ||
}, | ||
@@ -68,2 +85,3 @@ "repository": { | ||
"scripts": { | ||
"build": "tsup-node", | ||
"lint:check": "eslint", | ||
@@ -78,5 +96,5 @@ "lint:fix": "eslint --fix", | ||
"postrelease": "git push --follow-tags origin master", | ||
"test": "mocha 'test/**/*.js'" | ||
"test": "mocha 'test/**/*.ts'" | ||
}, | ||
"type": "module" | ||
} |
@@ -127,3 +127,3 @@ [![Build Status](https://secure.travis-ci.org/adaltas/node-ssh2-exec.svg)][travis] | ||
- David Worms: <https://github.com/wdavidw> | ||
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. | ||
@@ -130,0 +130,0 @@ [ssh2]: https://github.com/mscdex/ssh2 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22734
412
25
2
2