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.33 to 0.0.34

2

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

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

@@ -136,4 +136,3 @@ import spawn from 'cross-spawn';

if (name === '.') {
const packageJson = require(path.join(root, 'package.json'));
name = packageJson.name;
name = undefined;
} else {

@@ -140,0 +139,0 @@ await createAppDir(name, root);

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