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

@journeyapps/evaluator

Package Overview
Dependencies
Maintainers
0
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/evaluator - npm Package Compare versions

Comparing version 0.0.0-dev.97b4834 to 0.0.0-dev.99453d0

5

dist/parsers/MemberExpressionParser.js

@@ -27,3 +27,6 @@ "use strict";

if (FunctionExpressionContext_1.FunctionExpressionContext.isInstanceOf(context)) {
return new token_expressions_1.ShorthandTokenExpression(Object.assign(Object.assign({}, options), { isFunction: true }));
const newExpression = !token_expressions_1.FunctionTokenExpression.hasPrefix(expr)
? `${token_expressions_1.FunctionTokenExpression.PREFIX}${expr}`
: expr;
return new token_expressions_1.ShorthandTokenExpression(Object.assign(Object.assign({}, options), { expression: newExpression, isFunction: true }));
}

@@ -30,0 +33,0 @@ const format = (_a = node.extra) === null || _a === void 0 ? void 0 : _a.format;

4

package.json
{
"name": "@journeyapps/evaluator",
"version": "0.0.0-dev.97b4834",
"version": "0.0.0-dev.99453d0",
"description": "Journey Evaluator library",

@@ -15,3 +15,3 @@ "main": "./dist/index.js",

"lodash": "^4.17.21",
"@journeyapps/core-xml": "0.0.0-dev.97b4834"
"@journeyapps/core-xml": "0.0.0-dev.99453d0"
},

@@ -18,0 +18,0 @@ "devDependencies": {

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