Socket
Socket
Sign inDemoInstall

@visulima/redact

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

@visulima/redact - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

19

CHANGELOG.md

@@ -0,1 +1,20 @@

## @visulima/redact [1.0.2](https://github.com/visulima/visulima/compare/@visulima/redact@1.0.1...@visulima/redact@1.0.2) (2024-06-06)
### Bug Fixes
* allow node v22 ([890d457](https://github.com/visulima/visulima/commit/890d4570f18428e2463944813c0c638b3f142803))
### Styles
* cs fixes ([ed993a1](https://github.com/visulima/visulima/commit/ed993a1a3b4c963c3c8e3400278b4dbca5993e13))
### Miscellaneous Chores
* changed semantic-release-npm to pnpm ([b6d100a](https://github.com/visulima/visulima/commit/b6d100a2bf3fd026577be48726a37754947f0973))
* fixed wrong named folders to integration, added TEST_PROD_BUILD ([1b826f5](https://github.com/visulima/visulima/commit/1b826f5baf8285847199de9ede8fbdbadf201ad6))
* updated dev dependencies ([a2e0504](https://github.com/visulima/visulima/commit/a2e0504dc239049434c2482756ff15bdbaac9b54))
## @visulima/redact [1.0.1](https://github.com/visulima/visulima/compare/@visulima/redact@1.0.0...@visulima/redact@1.0.1) (2024-05-13)

@@ -2,0 +21,0 @@

274

package.json
{
"name": "@visulima/redact",
"version": "1.0.1",
"description": "Detect whether a terminal or browser supports ansi colors.",
"keywords": [
"anolilab",
"visulima",
"redact",
"mask",
"maskdata",
"masked",
"gdpr",
"censor",
"serialize",
"stringify",
"filter",
"masker",
"masking",
"conseal",
"hide",
"sensitive data",
"credentials",
"secret",
"security",
"anonymize"
],
"homepage": "https://www.visulima.com/docs/package/redact",
"repository": {
"type": "git",
"url": "https://github.com/visulima/visulima.git",
"directory": "packages/redact"
"name": "@visulima/redact",
"version": "1.0.2",
"description": "Detect whether a terminal or browser supports ansi colors.",
"keywords": [
"anolilab",
"visulima",
"redact",
"mask",
"maskdata",
"masked",
"gdpr",
"censor",
"serialize",
"stringify",
"filter",
"masker",
"masking",
"conseal",
"hide",
"sensitive data",
"credentials",
"secret",
"security",
"anonymize"
],
"homepage": "https://www.visulima.com/docs/package/redact",
"repository": {
"type": "git",
"url": "https://github.com/visulima/visulima.git",
"directory": "packages/redact"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"browser": "./dist/index.js",
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"browser": "./dist/index.js",
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"source": "src/index.ts",
"browser": "./dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"scripts": {
"build": "cross-env NODE_ENV=development tsup",
"build:prod": "cross-env NODE_ENV=production tsup",
"clean": "rimraf node_modules dist .eslintcache",
"dev": "pnpm run build --watch",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
"lint:packagejson": "publint --strict",
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
"lint:types": "tsc --noEmit",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui --coverage.enabled=true",
"test:watch": "vitest"
},
"dependencies": {
"compromise": "^14.13.0"
},
"devDependencies": {
"@anolilab/eslint-config": "^15.0.3",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-preset": "^8.0.3",
"@babel/core": "^7.24.5",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@types/node": "18.18.8",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"cross-env": "^7.0.3",
"dot-prop": "^9.0.0",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-vitest": "^0.3.21",
"eslint-plugin-vitest-globals": "^1.5.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"secretlint": "8.1.1",
"semantic-release": "^23.1.1",
"sort-package-json": "^2.10.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.* <=21.*"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"anolilab": {
"eslint-config": {
"plugin": {
"tsdoc": false
},
"warn_on_unsupported_typescript_version": false,
"info_on_disabling_jsx_react_rule": false,
"info_on_disabling_prettier_conflict_rule": false,
"info_on_disabling_jsonc_sort_keys_rule": false,
"info_on_disabling_etc_no_deprecated": false
}
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"source": "src/index.ts",
"browser": "./dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"dependencies": {
"compromise": "^14.13.0"
},
"devDependencies": {
"@anolilab/eslint-config": "^15.0.3",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-pnpm": "^1.1.0",
"@anolilab/semantic-release-preset": "^8.1.0",
"@babel/core": "^7.24.6",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@types/node": "18.18.8",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"cross-env": "^7.0.3",
"dot-prop": "^9.0.0",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-vitest": "^0.3.21",
"eslint-plugin-vitest-globals": "^1.5.0",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"secretlint": "8.1.1",
"semantic-release": "23.1.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.* <=22.*"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"anolilab": {
"eslint-config": {
"plugin": {
"tsdoc": false
},
"warn_on_unsupported_typescript_version": false,
"info_on_disabling_jsx_react_rule": false,
"info_on_disabling_prettier_conflict_rule": false,
"info_on_disabling_jsonc_sort_keys_rule": false,
"info_on_disabling_etc_no_deprecated": false
}
}
},
"scripts": {
"build": "cross-env NODE_ENV=development tsup",
"build:prod": "cross-env NODE_ENV=production tsup",
"clean": "rimraf node_modules dist .eslintcache",
"dev": "pnpm run build --watch",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
"lint:package-json": "publint --strict",
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
"lint:types": "tsc --noEmit",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui --coverage.enabled=true",
"test:watch": "vitest"
}
}

@@ -45,43 +45,43 @@ <div align="center">

- Includes a default set of rules
- apikey
- awsid
- awskey
- bankacc
- basic_auth
- token
- crypto
- id
- creditcard
- date
- dl
- domain
- ip
- mac_address
- phonenumber
- routing
- ssn
- time
- uk_nin
- url
- us_social_security
- isbn
- zip_code
- firstname
- lastname
- organization
- money
- bankcc
- email
- passport
- password
- username
- auth
- bearer
- credit
- CVD
- CVV
- encrypt
- PAN
- pass
- secret
- apikey
- awsid
- awskey
- bankacc
- basic_auth
- token
- crypto
- id
- creditcard
- date
- dl
- domain
- ip
- mac_address
- phonenumber
- routing
- ssn
- time
- uk_nin
- url
- us_social_security
- isbn
- zip_code
- firstname
- lastname
- organization
- money
- bankcc
- email
- passport
- password
- username
- auth
- bearer
- credit
- CVD
- CVV
- encrypt
- PAN
- pass
- secret
- TypeScript support

@@ -88,0 +88,0 @@ - Fast and powerful, see the [benchmarks](__bench__/README.md)

Sorry, the diff of this file is not supported yet

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