Socket
Socket
Sign inDemoInstall

create-nextron-app

Package Overview
Dependencies
93
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.1.0

1

index.js

@@ -68,2 +68,3 @@ #!/usr/bin/env node

} catch (error) {
console.error(error);
spinner.fail(error);

@@ -70,0 +71,0 @@ }

2

package.json
{
"name": "create-nextron-app",
"version": "4.0.0",
"version": "4.1.0",
"description": "Create nextron (Next.js + Electron) apps in one command",

@@ -5,0 +5,0 @@ "repository": "git@github.com:saltyshiomix/create-nextron-app.git",

@@ -29,3 +29,3 @@ <p align="center"><img src="https://i.imgur.com/DNOsAH0.png"></p>

# specific release branch of nextron
$ npx create-nextron-app my-app --example with-typescript-emotion --branch release/v5
$ npx create-nextron-app my-app --example with-typescript-emotion --branch release/v8
```

@@ -43,3 +43,3 @@

# specific release branch of nextron
$ yarn create nextron-app my-app --example with-typescript-emotion --branch release/v5
$ yarn create nextron-app my-app --example with-typescript-emotion --branch release/v8
```

@@ -46,0 +46,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc