Socket
Socket
Sign inDemoInstall

detective-postcss

Package Overview
Dependencies
9
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.1.0

16

package.json
{
"name": "detective-postcss",
"version": "5.0.0",
"version": "5.1.0",
"description": "Detective to find dependents of CSS (PostCSS dialect)",

@@ -16,18 +16,16 @@ "main": "dist/index.js",

"dependencies": {
"debug": "^4.3.1",
"is-url": "^1.2.4",
"postcss": "^8.2.13",
"postcss": "^8.4.6",
"postcss-values-parser": "^5.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/is-url": "^1.2.28",
"@types/jest": "^26.0.23",
"@types/is-url": "^1.2.30",
"@types/jest": "^26.0.24",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
"ts-jest": "^26.5.6",
"typescript": "^4.5.5"
},

@@ -34,0 +32,0 @@ "scripts": {

# node-detective-postcss
[![build](https://github.com/joscha/node-detective-postcss/actions/workflows/node.js.yml/badge.svg)](https://github.com/joscha/node-detective-postcss/actions/workflows/node.js.yml)
[![npm](https://img.shields.io/npm/v/node-detective-postcss.svg)](https://www.npmjs.com/package/node-detective-postcss)
[![npm](https://img.shields.io/npm/v/detective-postcss.svg)](https://www.npmjs.com/package/detective-postcss)

@@ -12,3 +12,3 @@ > Find the dependencies of a CSS file (postCSS dialects)

It's the CSS (PostCSS dialect) counterpart to [detective](https://github.com/substack/node-detective), [detective-amd](https://github.com/mrjoelkemp/node-detective-amd), [detective-es6](https://github.com/mrjoelkemp/node-detective-es6), [detective-sass](https://github.com/mrjoelkemp/node-detective-sass), [detective-scss](https://github.com/mrjoelkemp/node-detective-scss).
It's the CSS (PostCSS dialect) counterpart to [detective](https://github.com/browserify/detective), [detective-amd](https://github.com/dependents/node-detective-amd), [detective-es6](https://github.com/dependents/node-detective-es6), [detective-sass](https://github.com/dependents/node-detective-sass), [detective-scss](https://github.com/dependents/node-detective-scss).

@@ -15,0 +15,0 @@ - The AST is generated using [postcss](https://github.com/postcss/postcss) and [postcss-values-parser](https://github.com/shellscape/postcss-values-parser).

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc