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.73 to 0.7.139-next.74

1

index.d.ts
import * as Listr from 'listr';
import { Observable } from 'rxjs';
export declare class NgxTaskRunner {
formatOutput(output: string): string;
formatTitle(label: string, output: string): string;

@@ -5,0 +6,0 @@ run(tasks: NgxTask[]): Promise<any>;

@@ -7,2 +7,6 @@ "use strict";

class NgxTaskRunner {
formatOutput(output) {
output.replace('\n', '\n | ');
return output;
}
formatTitle(label, output) {

@@ -20,3 +24,3 @@ return `${label} \n ${output} \n`;

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

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

4

package.json
{
"name": "@ngx-next/task-runner",
"version": "0.7.139-next.73",
"version": "0.7.139-next.74",
"dependencies": {
"@ngx-next/logger": "0.7.139-next.73",
"@ngx-next/logger": "0.7.139-next.74",
"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