New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oe-business-rule

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oe-business-rule - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

7

common/models/decision-graph.js

@@ -25,3 +25,8 @@ /**

accepts: [{ arg: 'inputData', type: 'object', http: { source: 'body' },
required: true, description: 'The JSON containing the graph data and payload to execute' }
required: true, description: 'The JSON containing the graph data and payload to execute' },
{
arg: 'options',
type: 'object',
http: 'optionsFromRequest'
}
],

@@ -28,0 +33,0 @@ http: {

@@ -81,2 +81,7 @@ /**

required: true
},
{
arg: 'options',
type: 'object',
http: 'optionsFromRequest'
}

@@ -83,0 +88,0 @@ ],

@@ -73,2 +73,7 @@ /**

description: 'An object on which business rules should be applied'
},
{
arg: 'options',
type: 'object',
http: 'optionsFromRequest'
}

@@ -75,0 +80,0 @@ ],

10

package.json
{
"name": "oe-business-rule",
"version": "2.0.0",
"version": "2.1.0",
"description": "oe-cloud modularization project aka oecloud.io",

@@ -18,3 +18,3 @@ "engines": {

"async": "2.6.1",
"js-feel": "^1.4.3",
"js-feel": "^1.0.1",
"serialize-error": "2.0.0"

@@ -30,3 +30,3 @@ },

"eslint": "4.10.0",
"grunt": "1.0.3",
"grunt": "1.0.4",
"grunt-banner": "0.6.0",

@@ -42,4 +42,4 @@ "grunt-cli": "1.3.2",

"loopback-connector-mongodb": "3.9.2",
"oe-cloud": "2.0.0",
"oe-connector-postgresql": "2.0.0",
"oe-cloud": "^2.0.0",
"oe-connector-postgresql": "^2.0.0",
"mocha": "5.2.0",

@@ -46,0 +46,0 @@ "superagent-defaults": "0.1.14",

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