Socket
Socket
Sign inDemoInstall

alopex

Package Overview
Dependencies
183
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.7 to 1.1.8

docs/alopex/1.1.8/fonts/OpenSans-Bold-webfont.eot

2

package.json
{
"name": "alopex",
"version": "1.1.7",
"version": "1.1.8",
"description": "Databases for lazy people.",

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

@@ -125,3 +125,3 @@ [![Build status](https://travis-ci.com/GerbenAaltink/alopex.svg?branch=master)](https://travis-ci.com/GerbenAaltink/alopex)

```
db.myTable.find({'name__like'='%test%', 'id__gte'=5, '_orderBy': '-id', '_limit': 5, '_offset': 10})
db.myTable.find({'name__like': '%test%', 'id__gte': 5, '_orderBy': '-id', '_limit': 5, '_offset': 10})
```

@@ -135,3 +135,3 @@

```
dataSet.find('z': 1, 'y__eq': 2})
dataSet.find({'z': 1, 'y__eq': 2})
```

@@ -138,0 +138,0 @@ will create index `idx_y_z`.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc