@mongodb-js/ssh-tunnel
Advanced tools
Comparing version 1.2.1 to 1.2.3
{ | ||
"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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
41723
0
0
0
150
19
2
90
147
2
0
3