Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

skinview3d

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skinview3d - npm Package Compare versions

Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2

bundles/skinview3d.bundle.js

47

package.json
{
"name": "skinview3d",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Three.js powered Minecraft skin viewer",
"main": "jsm/skinview3d.js",
"main": "libs/skinview3d.js",
"type": "module",
"scripts": {
"clean": "rimraf jsm dist",
"build:jsm": "tsc -p .",
"build:umd": "rollup -c",
"build": "npm run build:jsm && npm run build:umd",
"clean": "rimraf libs bundles",
"build:modules": "tsc --declaration --sourceMap --outDir libs -p .",
"build:bundles": "rollup -c",
"build": "npm run build:modules && npm run build:bundles",
"test:lint": "eslint --ext .ts src",
"test": "npm run test:lint",
"dev:watch:jsm": "tsc -w -p .",
"dev:watch:umd": "rollup -w -c",
"dev:watch:modules": "tsc -w -p .",
"dev:watch:bundles": "rollup -w -c",
"dev:serve": "ws",
"dev": "npm-run-all --parallel dev:watch:jsm dev:watch:umd dev:serve",
"dev": "npm-run-all --parallel dev:watch:modules dev:watch:bundles dev:serve",
"prepublishOnly": "npm run clean && npm run build"

@@ -37,22 +37,23 @@ },

"files": [
"jsm",
"dist"
"libs",
"bundles"
],
"dependencies": {
"three": "^0.112.1",
"skinview-utils": "^0.2.0"
"skinview-utils": "^0.2.0",
"three": "^0.117.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-typescript": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"eslint": "^6.8.0",
"local-web-server": "^3.0.7",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^4.1.2",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"@yushijinhun/three-minifier-rollup": "^0.1.7",
"eslint": "^7.1.0",
"local-web-server": "^4.2.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"rollup": "^1.29.1",
"rollup-plugin-terser": "^5.2.0",
"typescript": "^3.7.5"
"rimraf": "^3.0.2",
"rollup": "^2.11.2",
"rollup-plugin-terser": "^6.1.0",
"typescript": "^3.9.3"
}
}
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