Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nstudio/xplat-utils

Package Overview
Dependencies
Maintainers
8
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nstudio/xplat-utils - npm Package Compare versions

Comparing version 16.5.1 to 16.5.2

2

package.json
{
"name": "@nstudio/xplat-utils",
"version": "16.5.1",
"version": "16.5.2",
"description": "Utilities for xplat tooling.",

@@ -5,0 +5,0 @@ "homepage": "https://nstudio.io/xplat",

@@ -25,3 +25,3 @@ <h1 align="center">Cross-platform (xplat) tools for Nx workspaces</h1>

```
```sh
npx create-nx-workspace@latest

@@ -31,3 +31,3 @@

// 1. Choose "None" at the prompt:
# Choose "None"

@@ -37,14 +37,28 @@ ? Which stack do you want to use? …

// 2. Choose "Integrated" at the prompt:
# Choose "Integrated"
? Package-based or integrated? …
Integrated: Nx creates a workspace structure most suitable for building apps.
Integrated: Nx creates a workspace structure most suitable for building apps.
```
Install the tools:
### Init workspace
Install the @nx/js plugin.
```sh
npm install @nx/js -D
```
npm i @nstudio/xplat -D
Now initialize -- This will ensure a `tsconfig.base.json` is created to begin building your workspace.
```sh
npx nx g @nx/js:init
```
### Install the tools:
```
npm install @nstudio/xplat -D
```
You are now ready to create apps:

@@ -59,3 +73,3 @@

```
npx create-nx-workspace@14.1.7
npx create-nx-workspace@16.5.0
```

@@ -62,0 +76,0 @@

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