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

minecraft-extra

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minecraft-extra

A wrapper that includes features not included in the Minecraft native Scripting API modules.

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

minecraft-extra

A wrapper that includes features not included in the Minecraft native Scripting API modules.

NPM Version NPM Downloads

Installation

npm install minecraft-extra

Usage

All variables in native modules are attached to minecraft-extra, so you don't have to import the native module:

import { world } from '@minecraft/server';

to

import { world } from 'minecraft-extra/server'; 

Packages

minecraft-extra/server

Wrapper of @minecraft/server module.

Keywords

script api

FAQs

Package last updated on 17 May 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