🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

debinding

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debinding

Remove process.binding, without breaking core.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

debinding

debinding removes process.[binding|_linkedBinding]. That's all.

It does this by loading all the internal modules first, so they have access to it, and then removing it.

The purpose of process.binding is to provide internal C++ functions to core libraries. It was never intended as a tool to be used in userland, and really shouldn't be used that way. You can use this library to enforce that in your codebase. Just require it really early in your application.

License

Apache 2.0. See LICENSE.txt.

Keywords

process

FAQs

Package last updated on 16 Jan 2017

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