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

@nx-tools/core

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-tools/core - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

16

CHANGELOG.md

@@ -0,1 +1,17 @@

## 6.0.1 (2024-05-22)
### 🚀 Features
- nx 19 support ([3922496](https://github.com/gperdomor/nx-tools/commit/3922496))
### 🩹 Fixes
- **core:** fix issue getting prefixed variables ([4990bf5](https://github.com/gperdomor/nx-tools/commit/4990bf5))
### ❤️ Thank You
- Gustavo Perdomo
- Kaden Wilkinson @kdawgwilk
- meehawk @meehawk
# 6.0.0 (2024-05-07)

@@ -2,0 +18,0 @@

2

package.json
{
"name": "@nx-tools/core",
"version": "6.0.0",
"version": "6.0.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "author": "gperdomor <gperdomor@gmail.com>",

@@ -7,3 +7,3 @@ "use strict";

function getInputList(name, opts) {
return getList((0, get_input_1.getInput)(name), opts);
return getList((0, get_input_1.getInput)(name, { prefix: opts === null || opts === void 0 ? void 0 : opts.prefix }), opts);
}

@@ -10,0 +10,0 @@ exports.getInputList = getInputList;

Sorry, the diff of this file is not supported yet

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