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

6

lib/scanner/scan.js

@@ -119,4 +119,6 @@ "use strict";

setPluginMeta(plugin) {
var _a;
const metaList = (_a = this.itemMap.get('plugin-meta')) !== null && _a !== void 0 ? _a : [];
if (!this.itemMap.has('plugin-meta')) {
this.itemMap.set('plugin-meta', []);
}
const metaList = this.itemMap.get('plugin-meta');
metaList.push({

@@ -123,0 +125,0 @@ path: plugin.metaFilePath,

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