Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@slango.configs/scripts

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slango.configs/scripts

Slango scripts

latest
npmnpm
Version
1.2.0
Version published
Weekly downloads
52
20.93%
Maintainers
1
Weekly downloads
 
Created
Source

Scripts Slango Scripts (@slango.configs/scripts)

This package exposes scripts and utils.

clean-node-modules

Removes all node_modules folders from the current directory and its subdirectories.

clean-cache-artifacts

Removes all cache artifacts from the current directory and its subdirectories.

clean-build-artifacts

Removes all build artifacts from the current directory and its subdirectories.

clean-docker-images

Removes Docker images built from this repo, scoped by the name in the repo's package.json.

Usage:

clean-docker-images [options]

Options:

-a, --all                   Remove unused Docker images for this repo name
-i, --image <image:tag>     Remove a specific image by name and tag (scoped)
-h, --help                  Show help

Examples:

clean-docker-images --all
clean-docker-images --image myimage:1.0.11

FAQs

Package last updated on 10 Jan 2026

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