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.1.15 to 0.1.16

2

package.json

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

"license": "MIT",
"version": "0.1.15",
"version": "0.1.16",
"type": "module",

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

@@ -12,3 +12,3 @@ ![code](/assets/code.webp 'code')

- Serializable queries: its [syntax](https://nukak.org/docs/querying-logical-operators) is valid `JSON` allowing the queries to be transported across platforms with ease.
- Type-safe and Context-aware queries: squeeze the strength of `TypeScript` so it auto-completes and validates the [queries](https://nukak.org/docs/querying-comparison-operators), allowing it to infer the appropriate operators on any level of the queries, [including the relations and their fields](https://www.nukak.org/docs/querying-relations)
- Type-safe and Context-aware queries: squeeze the strength of `TypeScript` so it auto-completes, validates, and infers the appropriate operators on any level of the queries, [including the relations and their fields](https://www.nukak.org/docs/querying-relations).
- High performance: the [generated queries](https://www.nukak.org/docs/querying-logical-operators) are fast, safe, and human-readable.

@@ -15,0 +15,0 @@ - Combines the best elements of `OOP` (Object Oriented Programming) and `FP` (Functional Programming).

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