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

create-kosko

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kosko - npm Package Compare versions

Comparing version 0.0.0-20240320150839 to 0.0.0-20240324064444

dist/src/command.d.mts

22

package.json
{
"name": "create-kosko",
"version": "0.0.0-20240320150839",
"version": "0.0.0-20240324064444",
"description": "A CLI tool for creating new Kosko projects.",

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

"module": "dist/index.node.mjs",
"types": "dist/types.d.ts",
"types": "dist/index.d.ts",
"bin": "bin/create-kosko.js",

@@ -22,13 +22,13 @@ "sideEffects": false,

"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"

@@ -56,7 +56,7 @@ },

"yargs": "^17.5.1",
"@kosko/cli-utils": "^0.0.0-20240320150839",
"@kosko/exec-utils": "^2.0.0",
"@kosko/common-utils": "^0.0.0-20240320150839",
"@kosko/log": "^0.0.0-20240320150839",
"@kosko/require": "^0.0.0-20240320150839"
"@kosko/cli-utils": "^0.0.0-20240324064444",
"@kosko/common-utils": "^0.0.0-20240324064444",
"@kosko/log": "^0.0.0-20240324064444",
"@kosko/require": "^0.0.0-20240324064444",
"@kosko/exec-utils": "^2.0.0"
},

@@ -63,0 +63,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