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

@decentm/concourse-ts-cli

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@decentm/concourse-ts-cli - npm Package Compare versions

Comparing version 0.11.9 to 0.11.10

2

package.json
{
"name": "@decentm/concourse-ts-cli",
"version": "0.11.9",
"version": "0.11.10",
"description": "command line interface for compiling concourse-ts pipelines",

@@ -5,0 +5,0 @@ "author": "DecentM <decentm@decentm.com>",

@@ -0,6 +1,7 @@

import * as ConcourseTs from '@decentm/concourse-ts';
import { HandleOutputParams } from '../../lib/handle-output';
import { HandleInputParams } from '../../lib/handle-inputs';
export type TransformParams = HandleInputParams & HandleOutputParams & {
transformers?: string[];
transformers?: (keyof typeof ConcourseTs.Utils.Transform)[];
};
export declare const run_transform_command: (params: TransformParams) => Promise<void>;

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