mongodb-redact
Advanced tools
Comparing version 0.2.3 to 1.1.0
{ | ||
"name": "mongodb-redact", | ||
"version": "0.2.3", | ||
"description": "Remove potentially sensitive information from objects without changing the shape.", | ||
"scripts": { | ||
"check": "mongodb-js-precommit", | ||
"test": "mocha" | ||
"author": { | ||
"name": "MongoDB Inc", | ||
"email": "compass@mongodb.com" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.15" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"eslint-config-mongodb-js": "^5.0.3", | ||
"mocha": "~7.0.0", | ||
"mongodb-js-precommit": "^2.0.0" | ||
"bugs": { | ||
"url": "https://jira.mongodb.org/projects/COMPASS/issues", | ||
"email": "compass@mongodb.com" | ||
}, | ||
"keywords": [ | ||
"mongodb", | ||
"mongodb.js" | ||
], | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "1.1.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/mongodb-js/mongodb-redact.git" | ||
"url": "https://github.com/mongodb-js/devtools-shared.git" | ||
}, | ||
"author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com> (http://imlucas.com)", | ||
"files": [ | ||
"dist" | ||
], | ||
"license": "Apache-2.0", | ||
"homepage": "http://github.com/mongodb-js/mongodb-redact" | ||
"main": "dist/index.js", | ||
"exports": { | ||
"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", | ||
"typecheck": "tsc --noEmit", | ||
"eslint": "eslint", | ||
"prettier": "prettier", | ||
"lint": "npm run eslint . && npm run prettier -- --check .", | ||
"depcheck": "depcheck", | ||
"check": "npm run typecheck && npm run lint && npm run depcheck", | ||
"check-ci": "npm run check", | ||
"test": "mocha", | ||
"test-cov": "nyc -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test", | ||
"test-watch": "npm run test -- --watch", | ||
"test-ci": "npm run test-cov", | ||
"reformat": "npm run prettier -- --write ." | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-devtools": "0.9.10", | ||
"@mongodb-js/mocha-config-devtools": "^1.0.3", | ||
"@mongodb-js/prettier-config-devtools": "^1.0.1", | ||
"@mongodb-js/tsconfig-devtools": "^1.0.2", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.1.1", | ||
"@types/sinon-chai": "^3.2.5", | ||
"chai": "^4.3.6", | ||
"depcheck": "^1.4.1", | ||
"eslint": "^7.25.0", | ||
"gen-esm-wrapper": "^1.1.0", | ||
"mocha": "^8.4.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.3.2", | ||
"sinon": "^9.2.3", | ||
"typescript": "^5.0.4" | ||
}, | ||
"gitHead": "3990ebe9d2c8b646749b5d2767613d10cc221c1e" | ||
} |
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
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
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
11
71
0
0
17234
16
1
0
1
Updatedlodash@^4.17.21