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

common-compatible

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-compatible

common compatible tool

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

common-compatible

common compatible tool

install

npm install common-compatible

document

  • Any kind of compatible functions or objects or anything 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 23 Apr 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