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

@pipcook/cli

Package Overview
Dependencies
Maintainers
7
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipcook/cli - npm Package Compare versions

Comparing version 2.1.5-ccb7f4d-beta.0 to 2.1.5

6

dist/utils/index.d.ts

@@ -52,5 +52,5 @@ /// <reference types="node" />

export declare const mirrorUrl: (mirror: string, framework: string) => string;
interface Logger {
export interface Logger {
success(message: string): void;
fail(message: string, exit: boolean, code: number): void;
fail(message: string, exit?: boolean, code?: number): void;
info(message: string): void;

@@ -75,2 +75,2 @@ warn(message: string): void;

}
export declare const logger: TtyLogger | DefaultLogger;
export declare const logger: Logger;
{
"name": "@pipcook/cli",
"version": "2.1.5-ccb7f4d-beta.0",
"description": "",
"version": "2.1.5",
"description": "pipcook cli",
"main": "dist/bin/pipcook.js",

@@ -22,4 +22,4 @@ "scripts": {

"dependencies": {
"@pipcook/core": "^2.1.5-ccb7f4d-beta.0",
"@pipcook/costa": "^2.1.5-ccb7f4d-beta.0",
"@pipcook/core": "^2.1.4",
"@pipcook/costa": "^2.1.4",
"bent": "^7.3.12",

@@ -72,3 +72,3 @@ "chalk": "^3.0.0",

},
"gitHead": "bdff54c7a1491f8ca8072835a99951f6f4baf706"
"gitHead": "a5f1fa67e9807c5148e265c8622f25755109146c"
}

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