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

kysely-kit

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kysely-kit - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

build/commands/generate-types/map-data-type.js
export default function mapDataType(dataType) {
switch (dataType) {
case 'bool':
return 'boolean';
case 'int4':

@@ -4,0 +6,0 @@ return 'number';

17

package.json
{
"name": "kysely-kit",
"description": "Useful utilities for working with Kysely",
"version": "0.6.0",
"version": "0.6.1",
"author": "Vlad Shcherbin <vlad.shcherbin@gmail.com>",
"repository": "vladshcherbin/kysely-kit",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx watch --env-file=.env src/kysely.ts",
"lint": "eslint src",
"prepublishOnly": "yarn lint && yarn build"
},
"dependencies": {

@@ -50,3 +44,8 @@ "camelcase": "^8.0.0",

},
"license": "MIT"
}
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "tsx watch --env-file=.env src/kysely.ts",
"lint": "eslint src"
}
}
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