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

@artus/core

Package Overview
Dependencies
Maintainers
8
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artus/core - npm Package Compare versions

Comparing version 2.2.2-alpha.1 to 2.2.2-alpha.2

5

lib/scanner/task.js

@@ -99,6 +99,9 @@ "use strict";

// Set temp pluginConfig in manifest
res[pluginName] = {};
if (pluginConfigItem.enable !== undefined) {
res[pluginName].enable = pluginConfigItem.enable;
}
if (pluginConfigItem.enable) {
this.enabledPluginSet.add(pluginName);
}
res[pluginName] = Object.assign({}, pluginConfigItem);
// Resolve ref and set

@@ -105,0 +108,0 @@ const isPluginEnabled = this.enabledPluginSet.has(pluginName);

2

package.json
{
"name": "@artus/core",
"version": "2.2.2-alpha.1",
"version": "2.2.2-alpha.2",
"description": "Core package of Artus",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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