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

nodejs-physijs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-physijs - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

9

nodejs/libs/physi.js

@@ -480,3 +480,3 @@ 'use strict';

//this._worker.transferableMessage = this._worker.webkitPostMessage || this._worker.postMessage;
this._worker = require('./physijs_worker.js')(workerToSceneMessageHandler, Ammo);

@@ -488,3 +488,3 @@ var _worker = this._worker;

this._worker.transferableMessage = this._worker.postMessage;
this._materials = {};

@@ -521,5 +521,5 @@ this._objects = {};

}
console.log(data[offset+2])
// console.log(data[offset+2])
if ( object.__dirtyPosition === false ) {

@@ -1414,2 +1414,1 @@ object.position.set(

}
{
"name": "nodejs-physijs",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Node.js version of physijs",

@@ -5,0 +5,0 @@ "dependencies": {

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