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

feathers-memory

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-memory - npm Package Compare versions

Comparing version

to
0.5.3

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

@@ -46,6 +46,4 @@ "main": "lib/",

"babel-polyfill": "^6.2.0",
"feathers": "^2.0.0-pre.4",
"feathers-errors": "^1.1.4",
"feathers-query-filters": "^1.1.1",
"feathers-rest": "^1.1.1",
"lodash": "^3.10.1",

@@ -55,2 +53,4 @@ "uberproto": "^1.2.0"

"devDependencies": {
"feathers": "^2.0.0-pre.4",
"feathers-rest": "^1.1.1",
"babel-cli": "^6.1.2",

@@ -57,0 +57,0 @@ "babel-core": "^6.1.2",

@@ -67,3 +67,3 @@ # feathers-memory

You can run this example by using `npm run example` and going to [localhost:3030/todos](http://localhost:3030/todos). You will see the test Todo that we created at the end of that file.
You can run this example with `npm run example` from the cloned repository and going to [localhost:3030/todos](http://localhost:3030/todos). You will see the test Todo that we created at the end of that file.

@@ -73,3 +73,3 @@

__0.4.0__
__0.4.0/0.5.0__

@@ -76,0 +76,0 @@ - Migrate to new ES6 plugin infrastructure and support all advanced querying mechanisms ([#10](https://github.com/feathersjs/feathers-memory/pull/10))