New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

exarcheia-skinview3d

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exarcheia-skinview3d - npm Package Compare versions

Comparing version 2.0.0 to 2.0.2

3

libs/viewer.js

@@ -7,2 +7,3 @@ import { applyMixins, CapeContainer, SkinContainer } from "skinview-utils";

constructor(options = {}) {
var _a;
this.animations = new RootAnimation();

@@ -22,3 +23,3 @@ this._disposed = false;

this.scene = new Scene();
const { x, y, z, depth } = options.perspective || {};
const { x, y, z, depth } = (_a = options.perspective) !== null && _a !== void 0 ? _a : {};
// Use smaller fov to avoid distortion

@@ -25,0 +26,0 @@ this.camera = new PerspectiveCamera(depth !== null && depth !== void 0 ? depth : 40);

{
"name": "exarcheia-skinview3d",
"version": "2.0.0",
"version": "2.0.2",
"description": "Three.js powered Minecraft skin viewer",

@@ -5,0 +5,0 @@ "main": "libs/skinview3d.js",

@@ -5,5 +5,4 @@ skinview3d

[![CI Status](https://img.shields.io/github/workflow/status/bs-community/skinview3d/CI?label=CI&logo=github&style=flat-square)](https://github.com/bs-community/skinview3d/actions?query=workflow:CI)
[![NPM Package](https://img.shields.io/npm/v/skinview3d.svg?style=flat-square)](https://www.npmjs.com/package/skinview3d)
[![MIT License](https://img.shields.io/badge/license-MIT-yellowgreen.svg?style=flat-square)](https://github.com/bs-community/skinview3d/blob/master/LICENSE)
[![Gitter Chat](https://img.shields.io/gitter/room/TechnologyAdvice/Stardust.svg?style=flat-square)](https://gitter.im/skinview3d/Lobby)
[![NPM Package](https://img.shields.io/npm/v/exarcheia-skinview3d.svg?style=flat-square)](https://www.npmjs.com/package/exarcheia-skinview3d)
[![MIT License](https://img.shields.io/badge/license-MIT-yellowgreen.svg?style=flat-square)](https://github.com/exarcheia/skinview3d/blob/master/LICENSE)

@@ -10,0 +9,0 @@ Three.js powered Minecraft skin viewer.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc