Socket
Socket
Sign inDemoInstall

@visulima/is-ansi-color-supported

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visulima/is-ansi-color-supported - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

19

CHANGELOG.md

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

## @visulima/is-ansi-color-supported [2.2.3](https://github.com/visulima/visulima/compare/@visulima/is-ansi-color-supported@2.2.2...@visulima/is-ansi-color-supported@2.2.3) (2024-08-01)
### Bug Fixes
* upgraded @visulima/packem ([dc0cb57](https://github.com/visulima/visulima/commit/dc0cb5701b30f3f81404346c909fd4daf891b894))
### Styles
* cs fixes ([6f727ec](https://github.com/visulima/visulima/commit/6f727ec36437384883ca4b764d920cf03ffe44df))
* fixed found code style issue with eslint and prettier ([114e9c9](https://github.com/visulima/visulima/commit/114e9c9f23518cbfa3814af6cee868233431f312))
### Miscellaneous Chores
* changed typescript version back to 5.4.5 ([55d28bb](https://github.com/visulima/visulima/commit/55d28bbdc103718d19f844034b38a0e8e5af798a))
* **is-ansi-color-supported:** remove old field in package.json ([d49b48d](https://github.com/visulima/visulima/commit/d49b48d0d7ffc3f8a397462c76d35f312acf855b))
* updated dev dependencies ([ac67ec1](https://github.com/visulima/visulima/commit/ac67ec1bcba16175d225958e318199f60b10d179))
* updated dev dependencies ([34df456](https://github.com/visulima/visulima/commit/34df4569f2fc074823a406c44a131c8fbae2b147))
* updated dev dependencies and sorted the package.json ([9571572](https://github.com/visulima/visulima/commit/95715725a8ed053ca24fd1405a55205c79342ecb))
## @visulima/is-ansi-color-supported [2.2.2](https://github.com/visulima/visulima/compare/@visulima/is-ansi-color-supported@2.2.1...@visulima/is-ansi-color-supported@2.2.2) (2024-06-13)

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

29

package.json
{
"name": "@visulima/is-ansi-color-supported",
"version": "2.2.2",
"version": "2.2.3",
"description": "Detect whether a terminal or browser supports ansi colors.",

@@ -87,14 +87,13 @@ "keywords": [

"@anolilab/semantic-release-preset": "^9.0.0",
"@babel/core": "^7.24.7",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@babel/core": "^7.25.2",
"@rushstack/eslint-plugin-security": "^0.8.2",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@types/micromatch": "^4.0.7",
"@types/node": "18.19.15",
"@visulima/packem": "^1.0.0-alpha.41",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@visulima/packem": "^1.0.0-alpha.60",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"conventional-changelog-conventionalcommits": "8.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.21.5",
"eslint": "^8.57.0",
"esbuild": "0.23.0",
"eslint": "8.57.0",
"eslint-plugin-deprecation": "^3.0.0",

@@ -106,8 +105,8 @@ "eslint-plugin-etc": "^2.0.3",

"eslint-plugin-vitest-globals": "^1.5.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"prettier": "^3.3.3",
"rimraf": "5.0.9",
"secretlint": "8.2.4",
"semantic-release": "24.0.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"typescript": "5.4.5",
"vitest": "^2.0.5"
},

@@ -138,6 +137,2 @@ "engines": {

},
"sources": [
"src/is-color-supported.browser.ts",
"src/is-color-supported.server.ts"
],
"scripts": {

@@ -144,0 +139,0 @@ "build": "cross-env NODE_ENV=development packem build",

Sorry, the diff of this file is not supported yet

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