Socket
Socket
Sign inDemoInstall

@visulima/redact

Package Overview
Dependencies
Maintainers
0
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.4 to 1.0.5

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## @visulima/redact [1.0.5](https://github.com/visulima/visulima/compare/@visulima/redact@1.0.4...@visulima/redact@1.0.5) (2024-09-07)
### Bug Fixes
* added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76))
### Styles
* cs fixes ([f5c4af7](https://github.com/visulima/visulima/commit/f5c4af7cfa9fc79b6d3fa60c1e48d88bffab5a08))
### Miscellaneous Chores
* update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
## @visulima/redact [1.0.4](https://github.com/visulima/visulima/compare/@visulima/redact@1.0.3...@visulima/redact@1.0.4) (2024-08-30)

@@ -2,0 +16,0 @@

18

package.json
{
"name": "@visulima/redact",
"version": "1.0.4",
"version": "1.0.5",
"description": "Detect whether a terminal or browser supports ansi colors.",

@@ -28,5 +28,8 @@ "keywords": [

"homepage": "https://www.visulima.com/docs/package/redact",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/visulima/visulima.git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/redact"

@@ -69,2 +72,9 @@ },

"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
}
},
"files": [

@@ -84,2 +94,3 @@ "dist/**",

"@anolilab/semantic-release-preset": "^9.0.0",
"@arethetypeswrong/cli": "^0.15.4",
"@babel/core": "^7.25.2",

@@ -89,3 +100,3 @@ "@rushstack/eslint-plugin-security": "^0.8.2",

"@types/node": "18.19.15",
"@visulima/packem": "^1.0.0-alpha.86",
"@visulima/packem": "^1.0.0-alpha.93",
"@vitest/coverage-v8": "^2.0.5",

@@ -135,2 +146,3 @@ "@vitest/ui": "^2.0.5",

"dev": "pnpm run build --watch",
"lint:attw": "attw --pack",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",

@@ -137,0 +149,0 @@ "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",

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