Socket
Socket
Sign inDemoInstall

feathers-levelup

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-levelup - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

CHANGELOG.md

7

lib/index.js

@@ -236,5 +236,8 @@ 'use strict';

var query = params.query || {};
var filters = getFilter(query);
var _getFilter = getFilter(params.query || {});
var filters = _getFilter.filters;
var query = _getFilter.query;
return this._canPerformOptimized(query, filters) ? this._findOptimized(query, filters) : this._findInMemory(query, filters);

@@ -241,0 +244,0 @@ }

{
"name": "feathers-levelup",
"description": "LevelDB adapter for Feathers via LevelUP",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/feathersjs/feathers-levelup",

@@ -35,3 +35,4 @@ "main": "lib/",

"prepublish": "npm run compile",
"publish": "git push origin && git push origin --tags",
"publish": "git push origin --tags && npm run changelog && git push origin",
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"release:patch": "npm version patch && npm publish",

@@ -51,3 +52,3 @@ "release:minor": "npm version minor && npm publish",

"feathers-errors": "^2.0.1",
"feathers-query-filters": "^1.5.1",
"feathers-query-filters": "^2.0.0",
"levelup": "^1.3.1",

@@ -54,0 +55,0 @@ "lodash": "^4.6.1",

@@ -162,8 +162,2 @@

## Changelog
__1.0.0__
- Initial release
## License

@@ -170,0 +164,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