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

wp-lib-extra

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wp-lib-extra

A function library for Wikipedia.

latest
Source
npmnpm
Version
1.2.3
Version published
Maintainers
1
Created
Source

wp-lib-extra

The source code and TypeScript definitions for ja:MediaWiki:Gadget-WpLibExtra.js.

This package is distributed for the purposes of providing developers with a development environment to create Wikipedia gadgets/user scripts using this library as a module. (Note that you cannot use the library as a back-end module because it is a front-end program.)

For the functionalities of this library, see the API documentation.

Usage

To use the type definitions of the library, run:

npm i -D wp-lib-extra

and edit your tsconfig.json so that it includes:

"include": [
	"./node_modules/wp-lib-extra/types"
]

Then, the WpLibExtra interface should be available globally: A sample image of referencing the interface named "WpLibExtra".

Keywords

wikipedia

FAQs

Package last updated on 31 Oct 2023

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