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

@eclipse-emfcloud/coffee-server-example

Package Overview
Dependencies
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-emfcloud/coffee-server-example - npm Package Compare versions

Comparing version 0.2.0-next.961a1a0.14 to 0.2.0-next.ce04993.18

4

lib/app.js

@@ -51,3 +51,5 @@ "use strict";

require('@eclipse-emfcloud/coffee-custom-validators-example/lib/example-validators-module'),
require('@eclipse-emfcloud/coffee-triggers-example/lib/example-triggers-module')
require('@eclipse-emfcloud/coffee-triggers-example/lib/example-triggers-module'),
require('@eclipse-emfcloud/coffee-custom-routes-example/lib/example-routes-module'),
require('@eclipse-emfcloud/coffee-custom-middleware-example/lib/example-middleware-module')
];

@@ -54,0 +56,0 @@ const result = modules.map(module => module.default);

{
"name": "@eclipse-emfcloud/coffee-server-example",
"version": "0.2.0-next.961a1a0.14+961a1a0",
"version": "0.2.0-next.ce04993.18+ce04993",
"description": "Example Model Server deployment for the Coffee Model.",

@@ -27,3 +27,3 @@ "license": "(EPL-2.0 OR MIT)",

"dependencies": {
"@eclipse-emfcloud/modelserver-node": "0.2.0-next.961a1a0.14+961a1a0",
"@eclipse-emfcloud/modelserver-node": "0.2.0-next.ce04993.18+ce04993",
"inversify": "^5.1.1",

@@ -50,7 +50,5 @@ "yargs": "^17.3.1"

"watch": "tsc -w",
"start": "node lib/app.js --port=8082 --upstream=8081",
"publish:latest": "yarn publish --tag latest",
"publish:next": "yarn publish --new-version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" --tag next"
"start": "node lib/app.js --port=8082 --upstream=8081"
},
"gitHead": "961a1a0a56f7b36f4731b4a8e18be366c7d05d01"
"gitHead": "ce04993de916e356ac692284e7bb9ff5ca0f9218"
}

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