Socket
Socket
Sign inDemoInstall

redact-object

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redact-object - npm Package Compare versions

Comparing version 2.3.2 to 3.0.0

dist/index.d.ts

35

package.json
{
"name": "redact-object",
"version": "2.3.2",
"version": "3.0.0",
"description": "Object redactor",
"main": "index.js",
"main": "dist/index.js",
"files": [
"index.js",
"index.d.ts"
"dist/index.js",
"dist/index.d.ts"
],
"typings": "index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "npm run lint && npm run unit",
"lint": "semistandard --verbose | snazzy",
"unit": "nyc jasmine-node test/unit --verbose",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"test": "npm-run-all test:*",
"test:unit": "jest",
"test:lint": "semistandard --verbose | snazzy",
"build": "npm-run-all build:*",
"build:clean": "rimraf dist/*",
"build:transpile": "tsc",
"coverage": "coveralls < coverage/lcov.info "
},

@@ -33,7 +36,13 @@ "repository": {

"devDependencies": {
"@types/jest": "^24.0.18",
"@types/lodash.isplainobject": "^4.0.6",
"@types/node": "^12.7.2",
"coveralls": "^3.0.6",
"jasmine-node": "^3.0.0",
"nyc": "^14.1.1",
"semistandard": "^13.0.1",
"snazzy": "^8.0.0"
"jest": "^24.9.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"semistandard": "^14.0.1",
"snazzy": "^8.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
},

@@ -40,0 +49,0 @@ "homepage": "https://github.com/shaunburdick/redact-object",

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