🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

create-onlybuild-app

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-onlybuild-app - npm Package Compare versions

Comparing version

to
1.1.2

6

CHANGELOG.md
# Changelog
## [v1.1.2](https://github.com/neogeek/create-onlybuild-app/tree/v1.1.2) - (2024-05-16)
[Full Changelog](https://github.com/neogeek/create-onlybuild-app/compare/v1.1.1...v1.1.2)
- [hotfix] Fixed position of open flag on serve target. [#5](https://github.com/neogeek/create-onlybuild-app/pull/5)
## [v1.1.1](https://github.com/neogeek/create-onlybuild-app/tree/v1.1.1) - (2024-05-10)

@@ -4,0 +10,0 @@

4

dist/bin/index.js

@@ -196,5 +196,5 @@ #!/usr/bin/env -S node --no-warnings

watch: combinedAnswers.watch
? 'npx nodemon -e "*.*" --ignore ./build -x "npm run build"'
? 'npx nodemon --ext "*.*" --ignore ./build -x "npm run build"'
: undefined,
serve: combinedAnswers.serve ? 'npx http-server -o build' : undefined
serve: combinedAnswers.serve ? 'npx http-server ./build -o' : undefined
},

@@ -201,0 +201,0 @@ private: true

{
"name": "create-onlybuild-app",
"description": "Setup an onlybuild app with a single command.",
"version": "1.1.1",
"version": "1.1.2",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=20.x"

{
"name": "create-onlybuild-app",
"description": "Setup an onlybuild app with a single command.",
"version": "1.1.1",
"version": "1.1.2",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=20.x"