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

@kosko/cli-utils

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kosko/cli-utils - npm Package Compare versions

Comparing version 0.0.0-20240320150839 to 0.0.0-20240324064444

dist/command.d.mts

14

package.json
{
"name": "@kosko/cli-utils",
"version": "0.0.0-20240320150839",
"version": "0.0.0-20240324064444",
"description": "CLI utilities used in Kosko.",

@@ -15,3 +15,3 @@ "homepage": "https://kosko.dev",

"module": "dist/index.node.mjs",
"types": "dist/types.d.ts",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -21,13 +21,13 @@ "exports": {

"import": {
"types": "./dist/types.d.mts",
"types": "./dist/index.d.mts",
"default": "./dist/index.node.mjs"
},
"types": "./dist/types.d.ts",
"types": "./dist/index.d.ts",
"require": "./dist/index.node.cjs"
},
"import": {
"types": "./dist/types.d.mts",
"types": "./dist/index.d.mts",
"default": "./dist/index.base.mjs"
},
"types": "./dist/types.d.ts",
"types": "./dist/index.d.ts",
"require": "./dist/index.node.cjs"

@@ -48,3 +48,3 @@ },

"dependencies": {
"@kosko/log": "^0.0.0-20240320150839"
"@kosko/log": "^0.0.0-20240324064444"
},

@@ -51,0 +51,0 @@ "devDependencies": {

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