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.17 to 0.1.18

img/uranio_logo_1440x220.png

2

.uranio/package.json

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

"dependencies": {
"uranio": "0.1.17"
"uranio": "0.1.18"
}
}
{
"name": "uranio",
"version": "0.1.17",
"version": "0.1.18",
"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 logo](./img/uranio_logo_1440x220.png)

@@ -50,3 +50,3 @@ Uranio is a Typescript Object Document Mapper (ODM) for MongoDB.\

// Get all products
const products = await urn.products.find({});
const products = await urn.products.get_items({});

@@ -53,0 +53,0 @@ // Create a product

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