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

@mongodb-js/ssh-tunnel

Package Overview
Dependencies
Maintainers
29
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/ssh-tunnel - npm Package Compare versions

Comparing version 1.2.1 to 1.2.3

dist/.esm-wrapper.mjs

85

package.json
{
"name": "@mongodb-js/ssh-tunnel",
"version": "1.2.1",
"description": "Yet another ssh tunnel based on ssh2",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"tsc": "tsc",
"build": "npm run tsc && gen-esm-wrapper . ./lib/esm-wrapper.mjs",
"prepublishOnly": "npm run lint && npm run test && npm run build"
"author": {
"name": "MongoDB Inc",
"email": "compass@mongodb.com"
},

@@ -16,36 +11,64 @@ "publishConfig": {

},
"exports": {
".": {
"require": "./lib/index.js",
"import": "./lib/esm-wrapper.mjs"
},
"./": "./"
"bugs": {
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
"email": "compass@mongodb.com"
},
"keywords": [],
"homepage": "https://github.com/mongodb-js/compass",
"version": "1.2.3",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
},
"files": [
"LICENSE",
"lib",
"package.json",
"README.md"
"dist"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"exports": {
"webpack": "./src/index.ts",
"require": "./dist/index.js",
"import": "./dist/.esm-wrapper.mjs"
},
"types": "./dist/index.d.ts",
"scripts": {
"bootstrap": "npm run compile",
"prepublishOnly": "npm run compile",
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
"eslint": "eslint",
"prettier": "prettier",
"lint": "npm run eslint . && npm run prettier -- --check .",
"depcheck": "depcheck",
"check": "npm run lint && npm run depcheck",
"check-ci": "npm run check",
"test": "mocha",
"test-cov": "nyc -x \"**/*.spec.*\" npm run test",
"test-watch": "npm run test -- --watch",
"test-ci": "npm run test-cov",
"reformat": "npm run prettier -- --write ."
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@tsconfig/node14": "^1.0.0",
"@types/jest": "^26.0.20",
"@mongodb-js/eslint-config-compass": "^0.5.0",
"@mongodb-js/mocha-config-compass": "^0.7.0",
"@mongodb-js/prettier-config-compass": "^0.4.0",
"@mongodb-js/tsconfig-compass": "^0.4.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node-fetch": "^2.5.8",
"@types/sinon-chai": "^3.2.5",
"@types/ssh2": "^0.5.46",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"gen-esm-wrapper": "^1.1.3",
"jest": "^26.6.3",
"chai": "^4.3.4",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"gen-esm-wrapper": "^1.1.0",
"mocha": "^8.4.0",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
"nyc": "^15.1.0",
"prettier": "2.3.2",
"sinon": "^9.2.3",
"typescript": "^4.3.5"
},
"dependencies": {
"ssh2": "^0.8.9"
}
},
"gitHead": "75710b287ad6e3ea08bc36b15e0be5ebb8f62050"
}

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