New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@buurman-feature-detectors/lint-staged

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buurman-feature-detectors/lint-staged

Buurman feature detector for lint-staged

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
193
-0.52%
Maintainers
1
Weekly downloads
 
Created
Source

@buurman-feature-detectors/lint-staged

Detects if lint-staged is installed to this current project.

Installing

npm i @buurman-feature-detectors/lint-staged

Usage

import isLintStagedInstalled from "@buurman-feature-detectors/lint-staged";

isLintStagedInstalled().then(installed => {
    if (installed) {
        return;
    }

    console.log("lint-staged is not installed");
});

Keywords

lint-staged

FAQs

Package last updated on 27 Feb 2020

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