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 1.0.1 to 1.0.2

2

package.json

@@ -7,3 +7,3 @@ {

"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {

@@ -10,0 +10,0 @@ "@actions/core": "1.4.0",

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

try {
val = core_1.getInput(name, options);
val = core_1.getInput(name.replace(/[ -]/g, '_'), options);
if (!val && (options === null || options === void 0 ? void 0 : options.fallback)) {

@@ -24,0 +24,0 @@ val = options.fallback;

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