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

whoosh

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whoosh - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

4

CHANGELOG.md
# Change Log
## 1.4.0
### Updated
- Updated dependencies
## 1.3.0

@@ -4,0 +8,0 @@ ### Updated

24

package.json
{
"name": "whoosh",
"version": "1.3.0",
"version": "1.4.0",
"description": "A streaming sftp client",
"main": "index.js",
"scripts": {
"test": "mocha",
"test": "mocha test",
"lint": "eslint .",
"istanbul": "istanbul cover --report html --report lcov _mocha",
"codeclimate": "(test -e .codeclimate && npm run istanbul && source .codeclimate) || echo skipping codeclimate",
"coverage": "nyc --report html --reporter lcov --reporter text-summary mocha test",
"codeclimate": "(test -e .codeclimate && npm run coverage && source .codeclimate) || echo skipping codeclimate",
"precommit": "npm run lint && npm test",

@@ -23,16 +23,16 @@ "prepush": "npm run codeclimate",

"devDependencies": {
"async": "^2.6.1",
"async": "^2.6.2",
"chai": "^4.2.0",
"eslint": "^5.6.1",
"eslint": "^5.16.0",
"eslint-config-imperative": "^2.1.0",
"eslint-plugin-imperative": "^2.1.0",
"fs-extra": "^7.0.0",
"husky": "^1.1.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
"fs-extra": "^7.0.1",
"husky": "^1.3.1",
"mocha": "^6.1.1",
"nyc": "^13.3.0"
},
"dependencies": {
"debug": "^4.0.1",
"debug": "^4.1.1",
"lodash": "^4.17.11",
"ssh2": "^0.6.1"
"ssh2": "^0.8.2"
},

@@ -39,0 +39,0 @@ "directories": {

Sorry, the diff of this file is not supported yet

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