New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-kda

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kda - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

package.json
{
"name": "create-kda",
"version": "0.0.15",
"version": "0.0.16",
"main": "index.mjs",

@@ -5,0 +5,0 @@ "repository": "https://github.com/kdajs/create-kda.git",

import 'kda'
import models from '../models'
import utils from '../utils'
import { Models } from '../models'
interface CustomState {
// models: Models
utils: typeof utils
declare module 'kda' {
interface CustomStore {
// models: typeof models
utils: typeof utils
}
}

@@ -9,0 +11,0 @@

@@ -39,4 +39,2 @@ import { createModels, ModelsRepository } from 'kda'

export type Models = ModelsRepository<ModelsEntity>
export default await createModels<ModelsEntity>({

@@ -43,0 +41,0 @@ ...getConfig(),

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