New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@artus/core

Package Overview
Dependencies
Maintainers
7
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 1.0.0-beta.24 to 1.0.0-beta.25

2

lib/scanner/scan.js

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

// 2. scan all file in framework
const frameworkConfig = (_a = this.options.framework) !== null && _a !== void 0 ? _a : config.framework;
const frameworkConfig = (_a = config.framework) !== null && _a !== void 0 ? _a : this.options.framework;
const frameworkDirs = await this.getFrameworkDirs(frameworkConfig, root, env);

@@ -78,0 +78,0 @@ for (const frameworkDir of frameworkDirs) {

{
"name": "@artus/core",
"version": "1.0.0-beta.24",
"version": "1.0.0-beta.25",
"description": "Core package of Artus",

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

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