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

troika-3d

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

troika-3d - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

16

package.json
{
"name": "troika-3d",
"version": "0.13.0",
"version": "0.13.1",
"description": "Troika 3D",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/protectwise/troika.git",
"directory": "packages/troika-3d"
},
"license": "MIT",

@@ -14,6 +18,8 @@ "main": "dist/troika-3d.umd.js",

"dependencies": {
"three": "^0.103.0",
"troika-core": "^0.13.0"
"troika-core": "^0.13.1"
},
"gitHead": "e8474423140ad9a0d5c6ac0c550a1c19b942b35b"
"peerDependencies": {
"three": "0.103.x - 0.105.x"
},
"gitHead": "a2c52fa5fdc0f9b7fac787318ccbed53acb8e42a"
}

@@ -124,3 +124,3 @@ import { utils } from 'troika-core'

cached[optionsHash] = material
return material
return material.clone() //return a clone so changes made to it don't affect the cached object
}

@@ -127,0 +127,0 @@

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