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

skinview3d

Package Overview
Dependencies
Maintainers
1
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 1.1.0 to 1.2.0-alpha.1

dist/animation.d.ts

39

package.json
{
"name": "skinview3d",
"version": "1.1.0",
"version": "1.2.0-alpha.1",
"description": "Three.js powered Minecraft skin viewer",
"module": "build/skinview3d.module.js",
"main": "build/skinview3d.js",
"typings": "types/skinview3d.d.ts",
"module": "dist/skinview3d.module.js",
"main": "dist/skinview3d.js",
"scripts": {
"build": "rollup -c tools/rollup.module.js && rollup -c tools/rollup.browser.js && rollup -c tools/rollup.browser.min.js",
"prepare": "npm test && rimraf build && npm run build",
"build": "rollup -c",
"test": "karma start && npm run lint",
"lint": "eslint src/** tools/** && tslint -c tslint.json types/**.ts",
"prepublishOnly": "npm test && rimraf dist && npm run build",
"lint": "tslint --formatters-dir ./node_modules/tslint-formatter-beauty -t beauty -p .",
"dev": "npm-run-all --parallel watch serve",
"watch": "rollup -w -c tools/rollup.browser.js",
"watch": "rollup -w -c",
"serve": "ws"

@@ -34,15 +33,12 @@ },

"files": [
"types",
"build"
"dist"
],
"dependencies": {
"three": "^0.95.0"
"three": "^0.97.0"
},
"devDependencies": {
"@types/three": "^0.92.17",
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/three": "^0.93.4",
"chai": "^4.1.2",
"eslint": "^5.4.0",
"karma": "^3.0.0",

@@ -57,13 +53,14 @@ "karma-chrome-launcher": "^2.2.0",

"rimraf": "^2.6.2",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup": "^0.66.6",
"rollup-plugin-license": "^0.7.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^4.0.0",
"rollup-plugin-typescript2": "^0.17.1",
"rollup-plugin-uglify": "^6.0.0",
"ts-loader": "^5.2.2",
"tslint": "^5.11.0",
"tslint-formatter-beauty": "^3.0.0-beta.2",
"typescript": "^3.0.1",
"uglify-es": "^3.3.10",
"url-loader": "^1.1.1",
"webpack": "^4.16.5"
"webpack": "^4.17.1"
}
}
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