Socket
Socket
Sign inDemoInstall

detective-stylus

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detective-stylus - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

15

package.json
{
"name": "detective-stylus",
"version": "2.0.1",
"version": "3.0.0",
"description": "Get the dependencies of a Stylus file",

@@ -11,4 +11,6 @@ "main": "index.js",

"lint": "eslint index.js \"test/*.js\"",
"fix": "npm run lint -- --fix",
"mocha": "mocha",
"test": "npm run lint && npm run mocha"
"test": "npm run lint && npm run mocha",
"test:ci": "c8 npm run mocha"
},

@@ -26,3 +28,3 @@ "repository": {

],
"author": "Joel Kemp <joel@mrjoelkemp.com> (https://mrjoelkemp.com/)",
"author": "Joel Kemp <joel@mrjoelkemp.com>",
"license": "MIT",

@@ -34,8 +36,9 @@ "bugs": {

"engines": {
"node": ">=6.0"
"node": ">=12"
},
"devDependencies": {
"eslint": "^5.16.0",
"mocha": "^6.2.3"
"c8": "^7.11.0",
"eslint": "^8.10.0",
"mocha": "^9.2.1"
}
}

2

README.md

@@ -1,2 +0,2 @@

### detective-stylus [![CI](https://img.shields.io/github/workflow/status/dependents/node-detective-stylus/CI/main?label=CI&logo=github)](https://github.com/dependents/node-detective-stylus/actions/workflows/ci.yml?query=branch%3Amain) [![npm](https://img.shields.io/npm/v/detective-stylus)](https://www.npmjs.com/package/detective-stylus) [![npm](https://img.shields.io/npm/dm/detective-stylus)](https://www.npmjs.com/package/detective-stylus)
### detective-stylus [![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-detective-stylus/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-detective-stylus/actions/workflows/ci.yml?query=branch%3Amain) [![npm](https://img.shields.io/npm/v/detective-stylus)](https://www.npmjs.com/package/detective-stylus) [![npm](https://img.shields.io/npm/dm/detective-stylus)](https://www.npmjs.com/package/detective-stylus)

@@ -3,0 +3,0 @@ > Find the dependencies of a Stylus file

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