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

@kubb/cli

Package Overview
Dependencies
Maintainers
1
Versions
685
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/cli - npm Package Compare versions

Comparing version 0.35.0 to 0.36.0

6

dist/index.js

@@ -146,3 +146,3 @@ #!/usr/bin/env node

// package.json
var version = "0.35.0";
var version = "0.36.0";

@@ -164,2 +164,6 @@ // src/index.ts

const config = await getConfig(result, options);
if (typeof config.input === "string") {
spinner.warn(pc3.red("Input as a string cannot be used together with watch "));
return;
}
startWatcher(

@@ -166,0 +170,0 @@ async (paths) => {

4

package.json
{
"name": "@kubb/cli",
"version": "0.35.0",
"version": "0.36.0",
"description": "Generator cli",

@@ -23,3 +23,3 @@ "repository": {

"dependencies": {
"@kubb/core": "0.35.0",
"@kubb/core": "0.36.0",
"chokidar": "^3.5.3",

@@ -26,0 +26,0 @@ "commander": "^9.4.1",

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