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

create-ko

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ko - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2-beta.0

2

package.json
{
"name": "create-ko",
"version": "1.0.1",
"version": "1.0.2-beta.0",
"description": "create react project with ko",

@@ -5,0 +5,0 @@ "repository": {

@@ -8,2 +8,5 @@ const path = require('path');

const WEB_PUBLIC = path.resolve(APP_PATH, 'public');
/**
* @type {import("ko/lib/types").IOptions}
*/
const baseKoConfig = {

@@ -10,0 +13,0 @@ entry: path.join(APP_PATH, './main.tsx'),

@@ -23,5 +23,5 @@ {

"typescript": "^5.0.2",
"ko": "^6.5.2",
"ko": "6.6.0-beta.0",
"ko-lint-config": "^2.2.19"
}
}
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