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.0 to 2.2.2-alpha.1

3

lib/scanner/task.js

@@ -102,2 +102,3 @@ "use strict";

}
res[pluginName] = Object.assign({}, pluginConfigItem);
// Resolve ref and set

@@ -109,3 +110,3 @@ const isPluginEnabled = this.enabledPluginSet.has(pluginName);

}
res[pluginName] = Object.assign(Object.assign({}, pluginConfigItem), { refName: ref.name });
res[pluginName].refName = ref.name;
if (ref.path.includes('@artus/injection'))

@@ -112,0 +113,0 @@ console.log(pluginConfigItem, basePath, ref);

{
"name": "@artus/core",
"version": "2.2.2-alpha.0",
"version": "2.2.2-alpha.1",
"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