New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

detective-postcss

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detective-postcss - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

37

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

@@ -27,3 +27,3 @@ "main": "dist/index.js",

"is-url": "^1.2.4",
"postcss": "^8.4.21",
"postcss": "^8.4.22",
"postcss-values-parser": "^6.0.2"

@@ -33,9 +33,9 @@ },

"@types/is-url": "^1.2.30",
"@types/jest": "^27.5.2",
"jest": "^27.5.1",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"@types/jest": "^28.1.8",
"jest": "^28.1.3",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5"
"ts-jest": "^28.0.8",
"typescript": "^5.0.4"
},

@@ -50,24 +50,3 @@ "scripts": {

},
"lint-staged": {
"*.{ts,json,md,yml}": [
"prettier --write",
"git add"
]
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"runkitExampleFilename": "runkitExample.js"
}
# node-detective-postcss
[![build](https://img.shields.io/github/actions/workflow/status/dependents/node-detective-postcss/node.js.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-detective-postcss/actions/workflows/node.js.yml?query=branch%3Amain)
[![npm version](https://img.shields.io/npm/v/detective-postcss)](https://www.npmjs.com/package/detective-postcss) [![npm downloads](https://img.shields.io/npm/dm/detective-postcss)](https://www.npmjs.com/package/detective-postcss)
[![npm version](https://img.shields.io/npm/v/detective-postcss?logo=npm&logoColor=fff)](https://www.npmjs.com/package/detective-postcss) [![npm downloads](https://img.shields.io/npm/dm/detective-postcss)](https://www.npmjs.com/package/detective-postcss)
> Find the dependencies of a CSS file (postCSS dialects)
> Find the dependencies of a CSS file (PostCSS dialects)

@@ -35,3 +35,3 @@ Supports `@import` and [`@value ... from`](https://github.com/css-modules/postcss-icss-values).

MIT
[MIT](LICENSE)

@@ -38,0 +38,0 @@ ## Releasing

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