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

mongodb-redact

Package Overview
Dependencies
Maintainers
34
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-redact - npm Package Compare versions

Comparing version 0.2.3 to 1.1.0

dist/.esm-wrapper.mjs

76

package.json
{
"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"
}
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