New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9.0-beta1 to 0.9.0-beta2

0

.eslintrc.js

@@ -0,0 +0,0 @@ module.exports = {

4

CHANGELOG.md

@@ -37,2 +37,5 @@ -----------------------------

### Other low-level breaking changes
- `sendResponse` signature is changed: `this.sendResponse(req, res, data)`
## New

@@ -277,2 +280,3 @@

- new `optimizeOrder: true` setting in order to optimize route paths (deeper first). Defaults: `true`.
- tilde (`~`) replace issue fixed. [#98](https://github.com/moleculerjs/moleculer-web/pull/98)

@@ -279,0 +283,0 @@ -----------------------------

@@ -0,0 +0,0 @@ declare module "moleculer-web" {

54

package.json
{
"name": "moleculer-web",
"version": "0.9.0-beta1",
"version": "0.9.0-beta2",
"description": "Official API Gateway service for Moleculer framework",

@@ -33,8 +33,8 @@ "main": "index.js",

"devDependencies": {
"benchmarkify": "2.1.0",
"benchmarkify": "2.1.1",
"compression": "1.7.3",
"coveralls": "3.0.2",
"cross-env": "5.2.0",
"eslint": "5.9.0",
"eslint-plugin-node": "8.0.0",
"eslint": "5.14.1",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",

@@ -44,19 +44,19 @@ "eslint-plugin-security": "1.4.0",

"fakerator": "0.3.0",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"jsonwebtoken": "8.4.0",
"lolex": "3.0.0",
"mime-types": "2.1.21",
"jest": "24.1.0",
"jest-cli": "24.1.0",
"jsonwebtoken": "8.5.0",
"lolex": "3.1.0",
"mime-types": "2.1.22",
"mkdirp": "0.5.1",
"moleculer": "0.13.4",
"moleculer": "0.13.6",
"moleculer-console-tracer": "0.2.0",
"moleculer-repl": "0.5.3",
"nats": "1.0.1",
"nodemon": "1.18.7",
"moleculer-repl": "0.5.6",
"nats": "1.2.2",
"nodemon": "1.18.10",
"npm-check": "5.9.0",
"socket.io": "2.2.0",
"spdy": "4.0.0",
"supertest": "3.3.0",
"webpack": "4.27.1",
"webpack-dev-middleware": "3.4.0"
"supertest": "3.4.2",
"webpack": "4.29.5",
"webpack-dev-middleware": "3.6.0"
},

@@ -67,13 +67,13 @@ "peerDependencies": {

"dependencies": {
"body-parser": "1.18.3",
"busboy": "0.2.14",
"chalk": "2.4.1",
"es6-error": "4.1.1",
"etag": "1.8.1",
"fresh": "0.5.2",
"isstream": "0.1.2",
"lodash": "4.17.11",
"path-to-regexp": "2.4.0",
"qs": "6.6.0",
"serve-static": "1.13.2"
"body-parser": "^1.18.3",
"busboy": "^0.3.0",
"chalk": "^2.4.1",
"es6-error": "^4.1.1",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"isstream": "^0.1.2",
"lodash": "^4.17.11",
"path-to-regexp": "^3.0.0",
"qs": "^6.6.0",
"serve-static": "^1.13.2"
},

@@ -80,0 +80,0 @@ "engines": {

@@ -0,0 +0,0 @@ [![Moleculer logo](http://moleculer.services/images/banner.png)](https://github.com/moleculerjs/moleculer)

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

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

@@ -308,3 +308,4 @@ /*

urlPath = urlPath.replace(/~/, "$");
// Resolve $node service
urlPath = urlPath.replace(/^~/, "$");
let action = urlPath;

@@ -311,0 +312,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 too big to display

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