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.11 to 0.0.12

4

package.json

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

"license": "MIT",
"version": "0.0.11",
"version": "0.0.12",
"type": "module",

@@ -23,3 +23,3 @@ "main": "./index.js",

"peerDependencies": {
"nukak": "^0.0.11"
"nukak": "^0.0.13"
},

@@ -26,0 +26,0 @@ "devDependencies": {

@@ -30,8 +30,2 @@ # [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)

or
```sh
yarn add nukak
```
2. Install one of the specific adapters for your database:

@@ -47,3 +41,3 @@

E.g. use `nukak-postres` driver for `Postgres`
E.g. use `nukak-postgres` adapter for `Postgres`

@@ -90,3 +84,3 @@ ```sh

import { v4 as uuidv4 } from 'uuid';
import { Field, ManyToOne, Id, OneToMany, Entity, OneToOne, ManyToMany } from 'nukak/entity';
import { Field, ManyToOne, Id, OneToMany, Entity, OneToOne, ManyToMany } from 'nukak/entity/index.js';

@@ -155,4 +149,4 @@ @Entity()

import { getQuerier } from 'nukak';
import { Transactional, InjectQuerier } from 'nukak/querier';
import { User } from './shared/models.js';
import { Transactional, InjectQuerier } from 'nukak/querier/index.js';
import { User } from './shared/models/index.js';

@@ -159,0 +153,0 @@ export class UserService {

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