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

orm

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orm - npm Package Compare versions

Comparing version 5.0.7 to 5.0.8

3

Changelog.md

@@ -0,1 +1,4 @@

### v5.0.8
- Improve Typescript typings - add offset prop to find options ([850](../../pull/850)
### v5.0.7

@@ -2,0 +5,0 @@ - Resolve security vulnerabilities

@@ -27,2 +27,3 @@ /// <reference path="sql-query.d.ts" />

limit?: number;
offset?: number;
order?: any;

@@ -29,0 +30,0 @@ }, callback: (err: Error, results: Instance[]) => void): Model;

2

package.json

@@ -15,3 +15,3 @@ {

],
"version": "5.0.7",
"version": "5.0.8",
"license": "MIT",

@@ -18,0 +18,0 @@ "homepage": "http://dresende.github.io/node-orm2",

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