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

@eclipse-emfcloud/coffee-triggers-example

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/coffee-triggers-example - npm Package Compare versions

Comparing version 0.2.0-next.b2780ef.32 to 0.2.0-next.b2ea1fa.44

4

lib/example-trigger.js

@@ -66,3 +66,3 @@ "use strict";

// new changes from those, so that's how we do it here
const model = await this.modelServerClient.get(modelURI);
const model = await this.modelServerClient.get(modelURI.toString());
const result = [];

@@ -76,3 +76,3 @@ // Take only the last change to any given duration in case of multiple (such as

this.logger.debug('Rounding up duration %d of object at %s', op.value, op.path);
result.push((0, modelserver_client_1.replace)(modelURI, element, 'duration', roundUp(op.value, 10)));
result.push((0, modelserver_client_1.replace)(modelURI.toString(), element, 'duration', roundUp(op.value, 10)));
}

@@ -79,0 +79,0 @@ });

{
"name": "@eclipse-emfcloud/coffee-triggers-example",
"version": "0.2.0-next.b2780ef.32+b2780ef",
"version": "0.2.0-next.b2ea1fa.44+b2ea1fa",
"description": "Example server-side triggers 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.b2780ef.32+b2780ef",
"@eclipse-emfcloud/modelserver-plugin-ext": "0.2.0-next.b2ea1fa.44+b2ea1fa",
"inversify": "^5.1.1"

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

},
"gitHead": "b2780ef42cb27b0f72283c41a480f99c15150295"
"gitHead": "b2ea1fa70505fee10fce2ccd321462a0e6a99386"
}

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