New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 2.0.0-alpha.6

33

package.json
{
"name": "skinview3d",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "Three.js powered Minecraft skin viewer",

@@ -14,6 +14,6 @@ "main": "libs/skinview3d.js",

"test": "npm run test:lint",
"dev:watch:modules": "tsc -w --declaration --sourceMap --outDir libs -p .",
"dev:watch:bundles": "rollup -w -c",
"dev:serve": "ws",
"dev": "npm-run-all --parallel dev:watch:modules dev:watch:bundles dev:serve",
"dev:watch:modules": "tsc -w --preserveWatchOutput --declaration --sourceMap --outDir libs -p .",
"dev:watch:bundles": "rollup -w --no-watch.clearScreen -c",
"dev:storybook": "start-storybook -s ./examples -p 6006",
"dev": "npm-run-all --parallel dev:watch:modules dev:storybook",
"prepublishOnly": "npm run clean && npm run build"

@@ -42,19 +42,22 @@ },

"dependencies": {
"skinview-utils": "^0.5.5",
"three": "^0.117.1"
"skinview-utils": "^0.5.6",
"three": "^0.118.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-typescript": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@babel/core": "^7.10.4",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^5.0.2",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/html": "^5.3.19",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"@yushijinhun/three-minifier-rollup": "^0.1.7",
"eslint": "^7.3.1",
"local-web-server": "^4.2.1",
"babel-loader": "^8.1.0",
"eslint": "^7.4.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.18.0",
"rollup": "^2.21.0",
"rollup-plugin-terser": "^6.1.0",
"typescript": "^3.9.5"
"typescript": "^3.9.6"
}
}

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

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