New:Socket for Asana Is Now Available.Learn more
Get Started

@triforge/physics-core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@triforge/physics-core - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+7
-1
package.json
{
"name": "@triforge/physics-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Blender-matched cloth simulation with Verlet integration, spring constraints, and colliders for Three.js",

@@ -44,3 +44,9 @@ "type": "module",

"access": "public"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}
}