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

uranio

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uranio - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

img/LOGO_BANNER_01.png

2

.uranio/package.json

@@ -23,4 +23,4 @@ {

"dependencies": {
"uranio": "0.1.16"
"uranio": "0.1.17"
}
}
{
"name": "uranio",
"version": "0.1.16",
"version": "0.1.17",
"description": "Uranio is a type-safe ODM for MongoDB",

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

# Uranio
![uranio logo](./img/LOGO_BANNER_01.png)
Uranio is a Typescript Object Document Mapper (ODM) for MongoDB.\

@@ -10,5 +12,3 @@ It creates a client for querying collections in a database by just parsing

```
npm install uranio
yarn add uranio
pnpm add uranio
```

@@ -54,3 +54,3 @@

// Create a product
await urn.products.insert({
await urn.products.put_item({
title: 'Uranio mug',

@@ -57,0 +57,0 @@ description: 'A radioactive mug for your coding breakfast',

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