Socket
Socket
Sign inDemoInstall

@lanetix/formula-fields-parser

Package Overview
Dependencies
10
Maintainers
22
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0-beta.4 to 3.1.0-beta.5

3

lib/semantic-analysis/type-inference/index.js

@@ -137,3 +137,4 @@ 'use strict';

if (!(0, _types.isSameType)(resultType, expectedType)) {
// 3739: bypassed check for picker field, because expected type picker will come only in cascading filter formula.
if (!(0, _types.isSameType)(resultType, expectedType) && expectedType !== 'picker') {
errors.push((0, _functions.typeMismatch)(newAst, expectedType, resultType));

@@ -140,0 +141,0 @@ }

{
"name": "@lanetix/formula-fields-parser",
"version": "3.1.0-beta.4",
"version": "3.1.0-beta.5",
"description": "Parses the lanetix formula DSL.",

@@ -5,0 +5,0 @@ "main": "lib",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc