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

@uql/mongo

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uql/mongo - npm Package Compare versions

Comparing version 0.4.0-alpha.3 to 0.4.0-alpha.4

4

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.4.0-alpha.3",
"version": "0.4.0-alpha.4",
"main": "index.js",

@@ -53,3 +53,3 @@ "types": "index.d.ts",

},
"gitHead": "948f143c7b8b25f44a56ce3582ab7f2a7676b00c"
"gitHead": "e25f507ae3b462fc773da422d85af6a94b5d61dd"
}

@@ -46,3 +46,3 @@ [![build status](https://travis-ci.org/impensables/uql.svg?branch=master)](https://travis-ci.org/impensables/uql?branch=master)

`npm install @uql/mysql --save` or `yarn add @uql/mysql` (this also supports `mariadb`)
`npm install @uql/mysql --save` or `yarn add @uql/mysql` (also for `mariadb`)

@@ -317,3 +317,6 @@ - for PostgreSQL

// 'Item' is an entity class
const lastItems = await querier.find(Item, { sort: { createdAt: -1 }, limit: 100 });
const lastItems = await querier.find(Item, {
sort: { createdAt: -1 },
limit: 100
});
```

@@ -320,0 +323,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