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

moleculer-web

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moleculer-web - npm Package Compare versions

Comparing version 0.6.0-beta7 to 0.6.0

src/coverage/clover.xml

0

.vscode/launch.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ /* eslint-disable no-console */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /* eslint-disable no-console */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

8

CHANGELOG.md

@@ -22,3 +22,3 @@ <a name="0.6.0"></a>

## Middlewares
Support middlewares in routes & aliases
Support middlewares in global, routes & aliases.

@@ -39,3 +39,3 @@ ```js

// Route-level middlewares
// Route-level middlewares.
use: [

@@ -52,3 +52,3 @@ compression(),

"GET /secret": [
// Alias-level middlewares
// Alias-level middlewares.
auth.isAuthenticated(),

@@ -115,3 +115,3 @@ auth.hasRole("admin"),

## New examples
## New examples to serve client-side developing with Webpack
- [Webpack](https://github.com/ice-services/moleculer-web/tree/master/examples/webpack) - webpack-dev-middleware example

@@ -118,0 +118,0 @@ - [Webpack & Vue](https://github.com/ice-services/moleculer-web/tree/master/examples/webpack-vue) - Webpack, VueJS, HMR example

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ let _ = require("lodash");

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /*

{
"name": "moleculer-web",
"version": "0.6.0-beta7",
"version": "0.6.0",
"description": "Official API Gateway service for Moleculer framework",

@@ -34,20 +34,20 @@ "main": "index.js",

"coveralls": "3.0.0",
"cross-env": "5.1.1",
"eslint": "4.9.0",
"cross-env": "5.1.3",
"eslint": "4.14.0",
"express": "4.16.2",
"fakerator": "0.3.0",
"jest": "20.0.4",
"jest-cli": "20.0.4",
"jsonwebtoken": "7.4.3",
"lolex": "2.1.3",
"jest": "22.0.4",
"jest-cli": "22.0.4",
"jsonwebtoken": "8.1.0",
"lolex": "2.3.1",
"mkdirp": "0.5.1",
"moleculer": "0.11.5",
"moleculer": "0.11.8",
"multer": "1.3.0",
"nats": "0.7.24",
"nodemon": "1.12.1",
"npm-check": "5.4.5",
"nodemon": "1.14.7",
"npm-check": "5.5.2",
"socket.io": "2.0.4",
"supertest": "3.0.0",
"webpack": "3.8.1",
"webpack-dev-middleware": "1.12.0"
"webpack": "3.10.0",
"webpack-dev-middleware": "2.0.3"
},

@@ -59,6 +59,6 @@ "peerDependencies": {

"body-parser": "1.18.2",
"es6-error": "4.0.2",
"es6-error": "4.1.1",
"isstream": "0.1.2",
"lodash": "4.17.4",
"nanomatch": "1.2.5",
"nanomatch": "1.2.6",
"path-to-regexp": "1.7.0",

@@ -65,0 +65,0 @@ "serve-static": "1.13.1"

@@ -20,2 +20,3 @@ [![Moleculer logo](http://moleculer.services/images/banner.png)](https://github.com/ice-services/moleculer)

* multiple routes
* support global, route, alias middlewares
* alias names (with named parameters & REST shorthand)

@@ -22,0 +23,0 @@ * whitelist

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc