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.0.0 to 0.1.0

dist/base.d.ts

9

package.json
{
"name": "@artus/pipeline",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/index.js",
"scripts": {
"build": "npm run build:dist",
"build:dist": "tsc -b ./tsconfig.json",
"test": "jest"
"build:dist": "tsc --version && tsc -b ./tsconfig.json",
"test": "tsc --version && jest"
},

@@ -15,3 +15,6 @@ "devDependencies": {

"typescript": "^4.6.2"
},
"dependencies": {
"tslib": "^2.3.1"
}
}
export * from './pipeline';
export * from "./types";
export * from "./base";
import { PipelineLike } from ".";
import { Context, Middlewares, MiddlewareInput } from "./base";
import { Context, Middlewares, MiddlewareInput, PipelineLike } from "./base";
export * from "./types";
export * from "./base";
export class Pipeline implements PipelineLike {

@@ -9,0 +5,0 @@ middlewares: Middlewares = [];

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