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

feathers-memory

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-memory - npm Package Compare versions

Comparing version 0.7.5 to 0.8.0

README.md

3

CHANGELOG.md
# Change Log
## [v0.7.5](https://github.com/feathersjs/feathers-memory/tree/v0.7.5) (2016-07-25)
[Full Changelog](https://github.com/feathersjs/feathers-memory/compare/v0.7.4...v0.7.5)
## [v0.7.4](https://github.com/feathersjs/feathers-memory/tree/v0.7.4) (2016-07-21)

@@ -4,0 +7,0 @@ [Full Changelog](https://github.com/feathersjs/feathers-memory/compare/v0.7.3...v0.7.4)

3

lib/index.js

@@ -120,5 +120,6 @@ 'use strict';

this.paginate = options.paginate || {};
this._id = options.idField || 'id';
this._id = this.id = options.idField || options.id || 'id';
this._uId = options.startId || 0;
this.store = options.store || {};
this.events = options.events || [];
}

@@ -125,0 +126,0 @@

{
"name": "feathers-memory",
"description": "An in memory service store",
"version": "0.7.5",
"version": "0.8.0",
"homepage": "https://github.com/feathersjs/feathers-memory",

@@ -59,7 +59,7 @@ "main": "lib/index",

"feathers-rest": "^1.2.2",
"feathers-service-tests": "^0.6.0",
"feathers-service-tests": "^0.7.0",
"feathers-socketio": "^1.3.3",
"jshint": "^2.8.0",
"mocha": "^2.5.0"
"mocha": "^3.0.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