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

@adobe/acc-xtk-parser

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/acc-xtk-parser - npm Package Compare versions

Comparing version 2.0.4 to 2.1.0

7

lib/types.d.ts

@@ -1202,2 +1202,9 @@ import { ATN, CharStream, DFA, Lexer, ParseTreeListener, ParseTreeVisitor, FailedPredicateException, Parser, ParserRuleContext, TerminalNode, TokenStream } from "antlr4";

/**
* Preprocess an expression, substituting variables with their values and return an expression
* @param {string} expr The XTK expression
* @param {EvaluatorOptions} options Evaluator options used to provide external values required for evaluation
* @returns {Literal} A literal value
*/
export function preprocess(expr: string, options?: EvaluatorOptions): string;
/**
* The type describing the object returned upon successful matching

@@ -1204,0 +1211,0 @@ */

2

package.json
{
"name": "@adobe/acc-xtk-parser",
"version": "2.0.4",
"version": "2.1.0",
"description": "Adobe Campaign XTK expression parser",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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