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

goblinphysics

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goblinphysics - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

bower.json
{
"name": "goblinphysics",
"version": "0.9.0",
"version": "0.9.1",
"description": "3D physics engine for JavaScript",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/chandlerprall/GoblinPhysics",

{
"name": "goblinphysics",
"version": "0.9.0",
"version": "0.9.1",
"description": "3D physics engine for JavaScript",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/chandlerprall/GoblinPhysics",

if ( typeof window !== 'undefined' ) window.Goblin = Goblin;
if ( typeof self !== 'undefined' ) self.Goblin = Goblin;
if ( typeof module !== 'undefined' ) module.exports = Goblin;
})();

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

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

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