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

@microlambda/runner-core

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microlambda/runner-core - npm Package Compare versions

Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8

3

lib/artifacts/artifacts.js

@@ -61,3 +61,4 @@ "use strict";

try {
const toWrite = this._currentChecksums ?? await this._calculateArtifactsChecksums(this.config);
const toWrite = await this._calculateArtifactsChecksums(this.config);
this.logger?.debug('Writing artifact checksums', toWrite);
this.logger?.debug('Writing artifact checksums');

@@ -64,0 +65,0 @@ await this._write(toWrite);

{
"name": "@microlambda/runner-core",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Microlambda builder core package. This package is responsible for computing checksums and run commands if necessary.",

@@ -13,6 +13,6 @@ "author": "Mario Arnautou",

"dependencies": {
"@microlambda/config": "1.0.0-alpha.7",
"@microlambda/errors": "1.0.0-alpha.7",
"@microlambda/logger": "1.0.0-alpha.7",
"@microlambda/utils": "1.0.0-alpha.7",
"@microlambda/config": "1.0.0-alpha.8",
"@microlambda/errors": "1.0.0-alpha.8",
"@microlambda/logger": "1.0.0-alpha.8",
"@microlambda/utils": "1.0.0-alpha.8",
"chokidar": "^3.5.3",

@@ -19,0 +19,0 @@ "conventional-commits-parser": "^3.2.1",

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