🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@orangemug/oops

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orangemug/oops

Have I got a package version in my cache?

latest
Source
npmnpm
Version
0.5.1
Version published
Maintainers
1
Created
Source

@orangemug/oops

Have I got a package version in my npm/pnpm/yarn cache?

Why?

I kept having to look up the CLI commands to check every time there was a npm package compromise, across the various package managers npm/pnpm/yarn.

This does that for me in one-shot and something I can share.

Usage

Find out with oops

npx @orangemug/oops --help
# npx @orangemug/oops <dangerous_package_versions>
#
# Example: npx @orangemug/oops '@ctrl/tinycolor:4.1.1' '@ctrl/tinycolor:4.1.2'

You can attach this command to a bug tracker ticket somewhere in your company/organisation

Check for compromised packages with

npx @orangemug/oops \
  '@ctrl/tinycolor:4.1.1' \
  '@ctrl/tinycolor:4.1.2'

The examples are from https://orca.security/resources/blog/npm-malware-campaign-tinycolor/

It also support ranges such as ^4

Licence

MIT

FAQs

Package last updated on 10 Apr 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