New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0-alpha.2 to 1.1.0-alpha.3

src/lib/set-output.d.ts

4

package.json

@@ -7,5 +7,5 @@ {

"license": "MIT",
"version": "1.1.0-alpha.2",
"version": "1.1.0-alpha.3",
"dependencies": {
"@actions/core": "1.4.0",
"@actions/core": "1.5.0",
"@actions/exec": "1.1.0"

@@ -12,0 +12,0 @@ },

@@ -6,1 +6,2 @@ export { debug, endGroup, error, ExitCode, group, info, isDebug, setFailed, startGroup, warning } from '@actions/core';

export { interpolate } from './lib/interpolate';
export { setOutput } from './lib/set-output';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.interpolate = exports.getInput = exports.getBooleanInput = exports.asyncForEach = exports.warning = exports.startGroup = exports.setFailed = exports.isDebug = exports.info = exports.group = exports.ExitCode = exports.error = exports.endGroup = exports.debug = void 0;
exports.setOutput = exports.interpolate = exports.getInput = exports.getBooleanInput = exports.asyncForEach = exports.warning = exports.startGroup = exports.setFailed = exports.isDebug = exports.info = exports.group = exports.ExitCode = exports.error = exports.endGroup = exports.debug = void 0;
const tslib_1 = require("tslib");

@@ -24,2 +24,4 @@ var core_1 = require("@actions/core");

Object.defineProperty(exports, "interpolate", { enumerable: true, get: function () { return interpolate_1.interpolate; } });
var set_output_1 = require("./lib/set-output");
Object.defineProperty(exports, "setOutput", { enumerable: true, get: function () { return set_output_1.setOutput; } });
//# sourceMappingURL=index.js.map

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