Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codemeistre/noop

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemeistre/noop

No Operation: This package does nothing.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-40%
Maintainers
2
Weekly downloads
 
Created
Source

noop

npm npm downloads npm bundle size

This package has no code! You must use it when you want to override another package.

Instalation

You shouldn't install this in your project by yourself. See below.

Usage

Let's say your project has some dependency that depends on @nuxtjs/opencollective package just to run opencollective || exit 0 on postinstall
But you don't want this package because you know that it just display AD in your terminal (and it comes with a bunch of useless dependencies).

NPM

This requires Git.

If you're using NPM v8, you can override that package by another one using the overrides feature along with URLs as dependencies feature by adding this entry to your package.json:

"overrides": {
  "@nuxtjs/opencollective": "https://github.com/codemeistre/shared/tree/master/packages/noop"
}

Yarn

If you're using Yarn v1, you can override that package by another one using the resolutions feature along with npm protocol by adding this entry to your package.json:

"resolutions": {
  "@nuxtjs/opencollective": "npm:@codemeistre/noop"
}

License

MIT

FAQs

Package last updated on 28 Mar 2022

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc