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
7
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.961a1a0.14 to 0.2.0-next.9fc5830.19

lib/route-provider.d.ts

1

lib/index.d.ts

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

export * from './plugin';
export * from './route-provider';
export * from './trigger-provider';

@@ -18,0 +19,0 @@ export * from './util';

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

__exportStar(require("./plugin"), exports);
__exportStar(require("./route-provider"), exports);
__exportStar(require("./trigger-provider"), exports);

@@ -34,0 +35,0 @@ __exportStar(require("./util"), exports);

9

package.json
{
"name": "@eclipse-emfcloud/modelserver-plugin-ext",
"version": "0.2.0-next.961a1a0.14+961a1a0",
"version": "0.2.0-next.9fc5830.19+9fc5830",
"description": "Plug-in extension framework for the Model Server.",

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

"@eclipse-emfcloud/modelserver-client": "next",
"express-ws": "^5.0.2",
"fast-json-patch": "^3.1.0",

@@ -51,7 +52,5 @@ "inversify": "^5.1.1",

"build": "tsc",
"watch": "tsc -w",
"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"
"watch": "tsc -w"
},
"gitHead": "961a1a0a56f7b36f4731b4a8e18be366c7d05d01"
"gitHead": "9fc583029b021b7ac8a9a55e5790b720c559a068"
}

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