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

devlab

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devlab - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

build/lib/parsers.js

@@ -95,3 +95,3 @@ /*

var matchAliases = function matchAliases(i, match) {
return parsers.parseTask(manifest.tasks[match]) + ';';
return parsers.parseTask(manifest.tasks[match]) + ';' || task + ';';
};

@@ -98,0 +98,0 @@ return task.toString().replace(/\.(\S+)\b/g, matchAliases);

{
"name": "devlab",
"version": "1.2.1",
"version": "1.2.2",
"description": "Node utility for running containerized tasks",

@@ -5,0 +5,0 @@ "keywords": [

@@ -82,3 +82,3 @@ /*

const matchAliases = (i, match) => {
return parsers.parseTask(manifest.tasks[match]) + ';';
return parsers.parseTask(manifest.tasks[match]) + ';' || task + ';';
};

@@ -85,0 +85,0 @@ return task.toString().replace(/\.(\S+)\b/g, matchAliases);

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