New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

compatible-lib

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

compatible-lib

common compatible tool

latest
Source
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

compatible-lib

compatible lib

install

npm install compatible-lib

document

  • Any kind of compatible functions, objects or any other things may be added to this package.
  • There is no summary package file, such as index.js, in this package.
  • Require each single item to your file, or build you own compatible set.

convention

namespace

A file of compatible item should be placed in a classification folder.

method convention

If a method has a this object, it should be defined as:

function( thisObject, arg1, arg2, ... )

property convention

If a property has a this object, it's get/set method should be defined as:

get= function( thisObject ) set= function( thisObject, value )

Keywords

compatible

FAQs

Package last updated on 12 Nov 2019

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