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

@eclipse-emfcloud/modelserver-plugin-ext

Package Overview
Dependencies
Maintainers
8
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-emfcloud/modelserver-plugin-ext - npm Package Compare versions

Comparing version 0.2.0-next.16b2e5e.24 to 0.2.0-next.25c5b16.37

lib/model-service.d.ts

1

lib/index.d.ts

@@ -15,2 +15,3 @@ /********************************************************************************

export * from './model-server-client';
export * from './model-service';
export * from './plugin';

@@ -17,0 +18,0 @@ export * from './route-provider';

@@ -31,2 +31,3 @@ "use strict";

__exportStar(require("./model-server-client"), exports);
__exportStar(require("./model-service"), exports);
__exportStar(require("./plugin"), exports);

@@ -33,0 +34,0 @@ __exportStar(require("./route-provider"), exports);

9

package.json
{
"name": "@eclipse-emfcloud/modelserver-plugin-ext",
"version": "0.2.0-next.16b2e5e.24+16b2e5e",
"version": "0.2.0-next.25c5b16.37+25c5b16",
"description": "Plug-in extension framework for the Model Server.",

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

"files": [
"lib"
"lib",
"src"
],

@@ -51,6 +52,6 @@ "dependencies": {

"lint:fix": "eslint --fix --ext .ts,.tsx ./src",
"build": "tsc",
"build": "tsc && yarn lint",
"watch": "tsc -w"
},
"gitHead": "16b2e5ed6441a4fd5b63e2bc9b6bd13ae1c44405"
"gitHead": "25c5b16914cd1f50afc5b1487ae01ec2bba8f185"
}

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