Socket
Socket
Sign inDemoInstall

three-to-cannon

Package Overview
Dependencies
2
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.1.0

package-lock.json

16

package.json
{
"name": "three-to-cannon",
"version": "3.0.2",
"version": "3.1.0",
"description": "Convert a THREE.Mesh to a CANNON.Shape.",

@@ -10,6 +10,5 @@ "main": "dist/three-to-cannon.js",

"test": "tape test/index.js | tap-spec",
"preversion": "npm run dist && npm test",
"dev": "microbundle watch --globals three=THREE --external three",
"dist": "microbundle --globals three=THREE --external three",
"version": "git add -A dist",
"preversion": "npm run dist && npm test",
"postversion": "git push && git push --tags && npm publish"

@@ -46,3 +45,12 @@ },

"three": "^0.115.0"
}
},
"files": [
"dist/",
"lib/",
"index.js",
"README.md",
"LICENSE",
"package.json",
"package-lock.json"
]
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc