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.0.0-beta.1 to 2.0.0-beta.2

12

lib/scanner/impl.js

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

// Init scan-task queue with a root task
const taskQueue = [{
curPath: '.',
refName: constant_1.DEFAULT_APP_REF,
isPackage: false,
}];
const taskQueue = [];
// Init scan-task scanner

@@ -38,2 +34,8 @@ const app = (_a = this.options.app) !== null && _a !== void 0 ? _a : new application_1.ArtusApplication();

}
// Add Root Task(make it as top/start)
taskQueue.unshift({
curPath: '.',
refName: constant_1.DEFAULT_APP_REF,
isPackage: false,
});
// Run task queue

@@ -40,0 +42,0 @@ while (taskQueue.length > 0) {

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