Socket
Socket
Sign inDemoInstall

@favware/skip-dependency

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @favware/skip-dependency

Skip pesky dependencies with ease


Version published
Maintainers
1
Install size
5.30 kB
Created

Changelog

Source

1.2.1 - (2022-08-30)

🐛 Bug Fixes

  • Add default exports to all index files (2e89791)

📝 Documentation

Readme

Source

Skip Dependency

Note: This is only designed to work with Yarn (v1 / v2 / v3), not NPM, nor pnpm!!!

Note2: This might work with npm and pnpm "overrides", however it is untested.

This is for when some dependency you're pulling in is forcing some other dependency you just don't like. You can use skip-dependency to force the skipping of said dependency.

Just add the following to your package.json:

{
  "resolutions": {
    "package-you-really-want-to-skip": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz"
  }
}

Keywords

FAQs

Last updated on 30 Aug 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc