Socket
Book a DemoInstallSign in
Socket

sass-get-dependents

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-get-dependents

Track files that depend on your SCSS/SASS partial.

latest
Source
npmnpm
Version
0.4.2
Version published
Maintainers
1
Created
Source

SASS-GET-DEPENDENTS

Return a list of files that depend on your SCSS/SASS partial.

Travis CI Version NPM Downloads LICENSE

Example:

dependentFiles = require('sass-get-dependents');

// Array of dependent files
var files = dependentFiles(src);
console.log(files);

As a CLI

npm install -g sass-get-dependents

From within SASS Structure

$ getDependents --file=path/to/partial/file

Keywords

scss

FAQs

Package last updated on 03 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts