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.1.2 to 1.1.3

test/mocha.opts

14

CHANGELOG.md
# Change Log
## [1.1.2]
## 1.1.3
### Changed
- Housekeeping
## 1.1.2
### Changed
- Update dependencies
## [1.1.1]
## 1.1.1
### Changed
- Fixing typo in readme
## [1.1.0]
## 1.1.0
### Added
- Adding travis build
## [1.0.0]
### [Changed]
## 1.0.0
### Changed
- General Tidy Up
The format is based on [Keep a Changelog](http://keepachangelog.com/)
{
"name": "whoosh",
"version": "1.1.2",
"version": "1.1.3",
"description": "A streaming sftp client",

@@ -10,5 +10,5 @@ "main": "index.js",

"istanbul": "istanbul cover --report html --report lcov _mocha",
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
"precommit": "npm run lint",
"prepush": "npm test",
"codeclimate": "(test -e .codeclimate && npm run istanbul && source .codeclimate) || echo skipping codeclimate",
"precommit": "npm run lint && npm test",
"prepush": "npm run codeclimate",
"docker": "docker-compose up -d"

@@ -24,16 +24,16 @@ },

"devDependencies": {
"async": "^2.5.0",
"async": "^2.6.0",
"chai": "^4.1.2",
"codeclimate-test-reporter": "^0.5.0",
"eslint": "^4.10.0",
"eslint": "^4.19.1",
"eslint-config-imperative": "^2.0.1",
"eslint-plugin-imperative": "^2.0.0",
"fs-extra": "^4.0.2",
"fs-extra": "^4.0.3",
"husky": "^0.14.3",
"mocha": "^4.0.1"
"istanbul": "^0.4.5",
"mocha": "^5.1.1"
},
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.4",
"ssh2": "^0.5.5"
"lodash": "^4.17.10",
"ssh2": "^0.6.1"
},

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

Sorry, the diff of this file is not supported yet

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