New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.13 to 0.0.14

gitignore

2

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

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

module.exports = {
purge: ['./public/index.html', './src/**/*.{js,jsx,ts,tsx}'],
mode: 'jit',
variants: {
presets: [require('@threekit-tools/treble/tailwind-presets')],
variants: {},
theme: {
extend: {},
},
theme: {},
plugins: [],
};

@@ -29,5 +29,10 @@ const credentials = {

const products = {
ctx: require.context('./src/products', false, /.product.(jsx)$/),
};
export default {
credentials,
playerConfig,
products,
};

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