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.4 to 0.0.5

.eslintrc.cjs

9

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

@@ -8,4 +8,9 @@ "license": "MIT",

"bin": {
"create-treble-app": "index.js"
"create-treble-app": "src/index.js"
},
"scripts": {
"lint": "eslint ./src",
"format": "prettier --write ./src",
"dev": "node src/index.js"
},
"dependencies": {

@@ -12,0 +17,0 @@ "chalk": "^5.0.0",

@@ -8,5 +8,14 @@ {

"start": "treble-scripts start",
"build": "treble-scripts build"
"build": "treble-scripts build",
"format": "prettier --write ./src",
"lint": "eslint ./src"
},
"dependencies": {}
"dependencies": {},
"devDependencies": {
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"prettier": "^2.5.0"
}
}

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

import React from 'react';
import {

@@ -3,0 +2,0 @@ ThreekitProvider,

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

import React from 'react';
import { StrictMode } from 'react';
import ReactDOM from 'react-dom';

@@ -7,6 +7,6 @@ import App from './App';

ReactDOM.render(
<React.StrictMode>
<StrictMode>
<App />
</React.StrictMode>,
</StrictMode>,
document.getElementById('tk-treble-root')
);

Sorry, the diff of this file is not supported yet

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