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.d9b3b27.30 to 0.2.0-next.e746384.40

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);

11

package.json
{
"name": "@eclipse-emfcloud/modelserver-plugin-ext",
"version": "0.2.0-next.d9b3b27.30+d9b3b27",
"version": "0.2.0-next.e746384.40+e746384",
"description": "Plug-in extension framework for the Model Server.",

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

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

@@ -33,2 +34,3 @@ "dependencies": {

"inversify": "^5.1.1",
"urijs": "^1.19.11",
"winston": "^3.3.3"

@@ -38,2 +40,3 @@ },

"@types/reflect-metadata": "^0.1.0",
"@types/urijs": "^1.19.19",
"@types/winston": "^2.4.4",

@@ -53,6 +56,6 @@ "eslint-config-prettier": "^8.3.0",

"lint:fix": "eslint --fix --ext .ts,.tsx ./src",
"build": "tsc",
"build": "tsc && yarn lint",
"watch": "tsc -w"
},
"gitHead": "d9b3b27cb095d547d0a474c187cc836abb75fbc0"
"gitHead": "e746384fe2a31ddecd147965cbd5c0427bace8c4"
}

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