Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@artus/pipeline

Package Overview
Dependencies
Maintainers
7
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artus/pipeline - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/base.d.ts

@@ -17,4 +17,4 @@ import { ExecutionContainer } from '@artus/injection';

output: BaseOutput;
container: ExecutionContainer;
private storageMap;
protected container: ExecutionContainer;
constructor(input?: Input, output?: Output, opts?: ContextInitOptions);

@@ -21,0 +21,0 @@ namespace(namespace: string): ContextStorage<any>;

{
"name": "@artus/pipeline",
"version": "0.1.5",
"version": "0.1.6",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -35,4 +35,6 @@ import { Container, ExecutionContainer } from '@artus/injection';

public output: BaseOutput = new Output();
// 不建议对外使用
public container: ExecutionContainer;
private storageMap = new Map<string, ContextStorage<any>>();
protected container: ExecutionContainer;

@@ -39,0 +41,0 @@ constructor(input?: Input, output?: Output, opts?: ContextInitOptions) {

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