New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckknight/empty

Empty TS project


Version published
Maintainers
1
Created

@ckknight/empty

This project is intentionally empty.

It has a TypeScript definition where precisely 0 types are exported.

When executed at runtime, this provides a CommonJS module with no changes to its module.exports.

This can be used within the "resolutions" of a package.json to replace a problematic package with an empty one.

{
  "resolutions": {
    "some-package": "@ckknight/empty"
  }
}

FAQs

Package last updated on 15 Jan 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