feathers-memory
Advanced tools
Comparing version 0.3.1 to 0.3.2
var feathers = require('feathers'); | ||
var errors = require('feathers-errors'); | ||
var memory = require('../lib/memory'); | ||
@@ -7,5 +6,5 @@ var app = feathers(); | ||
app.use('/users', memory) | ||
.use(errors.handler) | ||
.configure(feathers.errors()) | ||
.listen(8080); | ||
console.log('App listening on 127.0.0.1:8080'); |
var feathers = require('feathers'); | ||
var errors = require('feathers-errors'); | ||
var memory = require('../lib/memory'); | ||
@@ -18,5 +17,5 @@ var app = feathers(); | ||
app.use('/users', myUserService) | ||
.use(errors.handler) | ||
.configure(feathers.errors()) | ||
.listen(8080); | ||
console.log('App listening on 127.0.0.1:8080'); |
{ | ||
"name": "feathers-memory", | ||
"description": "Feathers in memory service", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"homepage": "https://feathersjs.com", | ||
@@ -6,0 +6,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16131
393