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

@eclipse-emfcloud/coffee-custom-routes-example

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-emfcloud/coffee-custom-routes-example - npm Package Compare versions

Comparing version 0.2.0-next.ce04993.18 to 0.2.0-next.d9b3b27.30

6

package.json
{
"name": "@eclipse-emfcloud/coffee-custom-routes-example",
"version": "0.2.0-next.ce04993.18+ce04993",
"version": "0.2.0-next.d9b3b27.30+d9b3b27",
"description": "Example custom API route plug-in for the Model Server.",

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

"dependencies": {
"@eclipse-emfcloud/modelserver-plugin-ext": "0.2.0-next.ce04993.18+ce04993",
"@eclipse-emfcloud/modelserver-plugin-ext": "0.2.0-next.d9b3b27.30+d9b3b27",
"inversify": "^5.1.1"

@@ -49,3 +49,3 @@ },

},
"gitHead": "ce04993de916e356ac692284e7bb9ff5ca0f9218"
"gitHead": "d9b3b27cb095d547d0a474c187cc836abb75fbc0"
}

@@ -104,3 +104,3 @@ # Custom Route Provider Example

```plain
http://localhost:8082/api/v2/models?modeluri=SuperBrewer3000.coffee
http://localhost:8082/api/v2/models?modeluri=SuperBrewer3000.coffee&format=json-v2
```

@@ -126,2 +126,7 @@

You also need to set the following two headers for the request to work:
- Content-Length = \<calculated when request is sent>
- Content-Type = application/json
Note that this uses the EMF URI fragment determined earlier in the `owner.$ref` property.

@@ -128,0 +133,0 @@ The command is a custom `increment-duration` type and has no other parameters.

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