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-20240324074257 to 0.0.0-20240421033043

1

dist/index.d.ts

@@ -11,2 +11,1 @@ export { handleError } from '@kosko/cli-utils';

export { run };
//# sourceMappingURL=index.d.ts.map

28

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

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

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

@@ -55,7 +49,7 @@ "require": "./dist/index.node.cjs"

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

@@ -67,5 +61,5 @@ "devDependencies": {

"fast-glob": "^3.2.12",
"@kosko/build-scripts": "^0.0.0",
"@kosko/jest-preset": "^0.0.0",
"@kosko/test-utils": "^0.0.0"
"@kosko/build-scripts": "^0.0.0-20240421033043",
"@kosko/jest-preset": "^0.0.0-20240421033043",
"@kosko/test-utils": "^0.0.0-20240421033043"
},

@@ -72,0 +66,0 @@ "jest": {

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