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

@ngx-next/task-runner

Package Overview
Dependencies
Maintainers
1
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-next/task-runner - npm Package Compare versions

Comparing version 0.7.139-next.76 to 0.7.139-next.77

7

index.js

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

formatOutput(output) {
output.replace(new RegExp('[\r\n]+'), ' | ');
output.replace(new RegExp('^[\n]$'), ' | ');
return output;

@@ -24,3 +24,6 @@ }

.catch(err => observer.error(new Error(err)));
}).pipe(operators_1.map((res) => this.formatTitle(title, this.formatOutput(res))));
}).pipe(operators_1.map((res) => {
const output = this.formatOutput(res);
return this.formatTitle(title, output);
}));
}

@@ -27,0 +30,0 @@ taskList(tasks) {

{
"name": "@ngx-next/task-runner",
"version": "0.7.139-next.76",
"version": "0.7.139-next.77",
"dependencies": {
"@ngx-next/logger": "0.7.139-next.76",
"@ngx-next/logger": "0.7.139-next.77",
"listr": "0.14.3"

@@ -7,0 +7,0 @@ },

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