Socket
Socket
Sign inDemoInstall

@enio.ai/nx-install

Package Overview
Dependencies
152
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [0.2.2](https://github.com/enio-ireland/enio/compare/nx-install-0.2.1...nx-install-0.2.2) (2023-03-05)
## [0.2.1](https://github.com/enio-ireland/enio/compare/nx-install-0.2.0...nx-install-0.2.1) (2023-01-02)

@@ -7,0 +9,0 @@

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

9

package.json
{
"name": "@enio.ai/nx-install",
"version": "0.2.1",
"version": "0.2.2",
"description": "Generator to setup command to install dependencies through npm for each project",

@@ -15,6 +15,7 @@ "license": "MIT",

"private": false,
"dependencies": {},
"peerDependencies": {
"tslib": "2.4.1"
"dependencies": {
"@nrwl/devkit": "15.8.5",
"tslib": "2.5.0"
},
"peerDependencies": {},
"contributors": [

@@ -21,0 +22,0 @@ {

@@ -30,2 +30,4 @@ <br>

> Note: [nx-install](https://github.com/enio-ireland/enio/tree/develop/packages/nx-install) has a policy to update depedencies regularly. When running into issues with conflicting dependencies using npm for example, there are options to resolve those version conflicts. See [overrides](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides) for npm.
Run the following command at the root directory of your workspace. If `nx` is not setup globaly, you may want to add it as npm script first (see details below) or prefix with `npx` when using [npm](https://npmjs.com). You can also run this command from the [Nx Console](https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console) extension for [VSCode](https://code.visualstudio.com).

@@ -39,3 +41,3 @@

The previous command will have installed two new scripts in your root workspace package.json.
The previous command will have installed two new scripts in your root workspace package.json.

@@ -57,3 +59,3 @@ ```json

// Installing dependencies for all affected projects

@@ -63,6 +65,2 @@ npm run nx-install:affected

<!-- <p align="center">
<img src="https://github.com/enio-ireland/enio/blob/develop/images/nx-install-exec-demo.gif?raw=true">
</p> -->
<br>

@@ -69,0 +67,0 @@

export interface BuildExecutorSchema {} // eslint-disable-line
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface NxInstallGeneratorSchema {}
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