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

mikro-orm

Package Overview
Dependencies
Maintainers
1
Versions
3460
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mikro-orm - npm Package Compare versions

Comparing version 6.4.3-dev.0 to 6.4.3-dev.1

2

package.json
{
"name": "mikro-orm",
"version": "6.4.3-dev.0",
"version": "6.4.3-dev.1",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -302,3 +302,3 @@ <h1 align="center">

```typescript
import { v4 } from 'uuid';
import { randomUUID } from 'node:crypto';

@@ -309,3 +309,3 @@ @Entity()

@PrimaryKey()
uuid = v4();
uuid = randomUUID();

@@ -312,0 +312,0 @@ }

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