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

create-kosko

Package Overview
Dependencies
Maintainers
0
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.1.3 to 0.2.0

dist/index.d.mts

28

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

@@ -20,9 +20,13 @@ "homepage": "https://kosko.dev",

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

@@ -49,7 +53,7 @@ "files": [

"yargs": "^17.5.1",
"@kosko/cli-utils": "^0.1.2",
"@kosko/common-utils": "^1.1.1",
"@kosko/exec-utils": "^2.0.1",
"@kosko/log": "^2.0.2",
"@kosko/require": "^7.0.2"
"@kosko/cli-utils": "^0.2.0",
"@kosko/common-utils": "^1.2.0",
"@kosko/exec-utils": "^2.1.0",
"@kosko/log": "^2.1.0",
"@kosko/require": "^7.1.0"
},

@@ -56,0 +60,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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