Socket
Socket
Sign inDemoInstall

create-storm-workspace

Package Overview
Dependencies
Maintainers
1
Versions
481
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-storm-workspace - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

4

bin/index.ts

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

let includeApps = process.argv[5] ? Boolean(process.argv[3]) : null;
let includeApps = process.argv[5] ? Boolean(process.argv[5]) : null;
if (!includeApps && typeof includeApps !== "boolean") {

@@ -87,3 +87,3 @@ const response = await prompt<{ includeApps: boolean }>({

let nxCloud = process.argv[8] ? Boolean(process.argv[3]) : null;
let nxCloud = process.argv[8] ? Boolean(process.argv[8]) : null;
if (!nxCloud && typeof nxCloud !== "boolean") {

@@ -90,0 +90,0 @@ const response = await prompt<{ nxCloud: boolean }>({

@@ -0,1 +1,8 @@

## [1.5.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.4...create-storm-workspace-v1.5.5) (2023-11-07)
### Bug Fixes
* **workspace-tools:** Resolved various type issues with preset execution ([189ed86](https://github.com/storm-software/storm-ops/commit/189ed867e688af05a3b1aebbd8a053c2c707a457))
## [1.5.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.3...create-storm-workspace-v1.5.4) (2023-11-07)

@@ -2,0 +9,0 @@

{
"name": "create-storm-workspace",
"version": "1.5.5",
"version": "1.5.6",
"private": false,

@@ -5,0 +5,0 @@ "description": "⚡A CLI tool used to generate and fully configure a Storm Workspace repository.",

@@ -18,3 +18,3 @@ <!-- START header -->

[![Version](https://img.shields.io/badge/version-1.5.4-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
[![Version](https://img.shields.io/badge/version-1.5.5-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)

@@ -21,0 +21,0 @@

Sorry, the diff of this file is too big to display

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