Socket
Socket
Sign inDemoInstall

detective-postcss

Package Overview
Dependencies
10
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 3.0.0

30

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

@@ -9,6 +9,9 @@ "main": "dist/index.js",

"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"debug": "^3.1.0",
"is-url": "^1.2.4",
"postcss": "^6.0.21",
"postcss": "^7.0.2",
"postcss-values-parser": "^1.5.0"

@@ -19,10 +22,9 @@ },

"@types/is-url": "^1.2.28",
"@types/jest": "^22.2.3",
"@types/jest": "^23.3.1",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.0.4",
"node-source-walk": "^3.3.0",
"prettier": "^1.12.0",
"ts-jest": "^22.4.2",
"typescript": "^2.8.1"
"jest": "^23.4.2",
"lint-staged": "^7.2.0",
"prettier": "^1.14.0",
"ts-jest": "^23.1.2",
"typescript": "^3.0.1"
},

@@ -45,6 +47,14 @@ "scripts": {

},
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"typings": "dist/index.d.ts"
}

Sorry, the diff of this file is not supported yet

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