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

create-treble-app

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-treble-app - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "create-treble-app",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -12,3 +12,3 @@ import {

return (
<ThreekitProvider config={threekitConfig}>
<ThreekitProvider {...threekitConfig}>
<div className="tk-treble-player">

@@ -15,0 +15,0 @@ <Player>

@@ -1,2 +0,2 @@

export default {
const credentials = {
preview: {

@@ -14,2 +14,5 @@ assetId: process.env.THREEKIT_PREVIEW_ASSET_ID,

},
};
const playerConfig = {
showConfigurator: false,

@@ -26,1 +29,6 @@ initialConfiguration: undefined,

};
export default {
credentials,
playerConfig,
};
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