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

nukak-sqlite

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nukak-sqlite - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.0.18",
"version": "0.0.19",
"type": "module",

@@ -9,0 +9,0 @@ "main": "./index.js",

@@ -20,2 +20,4 @@ # [nukak](https://nukak.org) · [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rogerpadilla/nukak/blob/main/LICENSE) [![tests](https://github.com/rogerpadilla/nukak/actions/workflows/tests.yml/badge.svg)](https://github.com/rogerpadilla/nukak) [![coverage status](https://coveralls.io/repos/rogerpadilla/nukak/badge.svg?branch=main)](https://coveralls.io/r/rogerpadilla/nukak?branch=main) [![npm version](https://badge.fury.io/js/nukak.svg)](https://badge.fury.io/js/nukak)

 
## Install

@@ -53,4 +55,6 @@

## <a name="configure"></a> Configure
&nbsp;
## Configure
A default querier-pool can be set in any of the bootstrap files of your app (e.g. in the `server.ts`).

@@ -77,4 +81,6 @@

## <a name="define-the-entities"></a> Define the Entities
&nbsp;
## Define the entities
Take any dump class (aka DTO) and annotate it with the decorators from `nukak/entity`.

@@ -99,4 +105,6 @@

## <a name="manipulate-the-data"></a> Manipulate the data
&nbsp;
## Manipulate the data
```ts

@@ -103,0 +111,0 @@ import { getQuerier } from 'nukak';

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