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

nukak-express

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nukak-express - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

package.json

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

"license": "MIT",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",

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

"express": "^4.18.2",
"rimraf": "^3.0.2",
"rimraf": "^4.0.4",
"typescript": "^4.9.4"

@@ -29,0 +29,0 @@ },

@@ -5,4 +5,6 @@ <!-- ![code](/assets/code.webp 'code') -->

The perfectionistic [ORM](https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping) for [TypeScript](http://www.typescriptlang.org) and modern `JavaScript` ideated to be fast, safe, and simple to plug into any application. Inspired by others such as [TypeORM](https://typeorm.io) and [Mongo driver](https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/query-document/).
[nukak](https://nukak.org) is a [ORM](https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping) for [TypeScript](http://www.typescriptlang.org) and modern `JavaScript`, is designed to be fast, safe, and easy to integrate into any application. It draws inspiration from [TypeORM](https://typeorm.io) and [Mongo driver](https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/query-document/).
[nukak](https://nukak.org) provides a consistent `API` for a wide variety of databases including `PostgreSQL`, `MySQL`, `SQLite` and `MongoDB`.
&nbsp;

@@ -21,3 +23,3 @@

- Transparent support for [inheritance between entities](https://nukak.org/docs/entities-inheritance) for reusability and consistency.
- Unified syntax across Databases: providing a standard `API` and transparently transforming queries according to the configured database.
- Unified API across Databases: same query is transparently transformed according to the configured database.

@@ -24,0 +26,0 @@ &nbsp;

Sorry, the diff of this file is not supported yet

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