You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

postcss-values-parser

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-values-parser - npm Package Compare versions

Comparing version

to
7.0.0

dist/errors.d.ts

137

package.json
{
"name": "postcss-values-parser",
"version": "6.0.2",
"version": "7.0.0",
"description": "A CSS property value parser for use with PostCSS",

@@ -14,46 +14,17 @@ "license": "MPL-2.0",

"bugs": "https://github.com/shellscape/postcss-values-parser/issues",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"engines": {
"node": ">=10"
"node": ">=20.19.0"
},
"scripts": {
"ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:test": "npm run test",
"lint": "eslint lib test --fix --cache",
"check-types": "tsc --noEmit",
"lint-staged": "lint-staged",
"security": "npm audit --audit-level=high --prod",
"test": "ava"
},
"files": [
"lib",
"LICENSE",
"README.md"
"dist",
"README.md",
"LICENSE"
],
"dependencies": {
"color-name": "^1.1.4",
"is-url-superb": "^4.0.0",
"quote-unquote": "^1.0.0"
},
"devDependencies": {
"ava": "^3.12.1",
"chalk": "^4.1.0",
"eslint-config-shellscape": "^2.1.0",
"globby": "^11.0.1",
"lint-staged": "^10.4.0",
"nyc": "^15.1.0",
"perfy": "^1.1.5",
"postcss": "^8.2.9",
"postcss-value-parser": "^4.1.0",
"pre-commit": "^1.2.2",
"prettier": "^2.1.2",
"rewiremock": "^3.14.3",
"strip-ansi": "^6.0.0",
"text-table": "^0.2.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"postcss": "^8.2.9"
},
"keywords": [

@@ -70,26 +41,70 @@ "css",

],
"ava": {
"files": [
"!**/fixtures/**",
"!**/helpers/**",
"!**/rewiremock.js"
],
"require": [
"./test/rewiremock.js"
]
"peerDependencies": {
"postcss": "^8.4.14"
},
"dependencies": {
"@dot/versioner": "^0.4.2",
"color-name": "^1.1.4",
"css-tree": "^3.1.0",
"husky": "^9.1.7",
"is-url-superb": "^4.0.0",
"quote-unquote": "^1.0.0"
},
"devDependencies": {
"@ava/typescript": "^6.0.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
"@types/color-name": "^2.0.0",
"@types/css-tree": "^2.3.10",
"@types/node": "^24.0.6",
"@types/perfy": "^1.1.2",
"@types/text-table": "^0.2.5",
"@vitest/ui": "^3.2.4",
"ava": "^6.4.0",
"chalk": "^5.4.1",
"globby": "^14.1.0",
"lint-staged": "^16.1.2",
"oxlint": "^1.3.0",
"perfy": "^1.1.5",
"postcss": "^8.5.6",
"postcss-value-parser": "^4.2.0",
"pre-commit": "^1.2.2",
"prettier": "^3.6.2",
"prettier-plugin-package": "^1.4.0",
"rewiremock": "^3.14.6",
"strip-ansi": "^7.1.0",
"text-table": "^0.2.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"lint-staged": {
"*.js": [
"eslint --fix"
]
},
"nyc": {
"include": [
"lib/*.js"
"*.{ts,js}?(x)": [
"oxlint --format stylish --fix",
"prettier --write"
],
"exclude": [
"test/"
"**/(package|tsconfig(.*)?).json": [
"prettier --write"
],
"(pnpm-workspace|.github/**/*).{yml,yaml}": [
"prettier --write"
],
"*package.json": [
"prettier --write --plugin=prettier-plugin-package"
],
"((.github/**/*)|(README|CHANGELOG)|(**/(README|CHANGELOG))).md": [
"prettier --write"
]
},
"pre-commit": "lint-staged"
}
"scripts": {
"build": "tsc --project tsconfig.json",
"lint": "pnpm lint:docs && pnpm lint:json && pnpm lint:js",
"lint-staged": "lint-staged",
"lint:docs": "prettier --write README.md",
"lint:js": "oxlint --format stylish --fix src test",
"lint:json": "prettier --write package.json",
"perf": "pnpm build && tsx perf/perf.ts",
"security": "pnpm audit --audit-level=high --prod",
"test": "pnpm build && vitest run",
"test:watch": "pnpm build && vitest"
}
}

@@ -1,7 +0,5 @@

[tests]: https://img.shields.io/circleci/project/github/shellscape/postcss-values-parser.svg
[tests]: https://img.shields.io/circleci/project/github/shellscape/postcss-values-parser.svg
[tests-url]: https://circleci.com/gh/shellscape/postcss-values-parser
[cover]: https://codecov.io/gh/shellscape/postcss-values-parser/branch/master/graph/badge.svg
[cover-url]: https://codecov.io/gh/shellscape/postcss-values-parser
[size]: https://packagephobia.now.sh/badge?p=postcss-values-parser

@@ -8,0 +6,0 @@ [size-url]: https://packagephobia.now.sh/result?p=postcss-values-parser