Socket
Socket
Sign inDemoInstall

@adobe/acc-xtk-parser

Package Overview
Dependencies
Maintainers
22
Versions
15
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 1.0.3 to 1.0.4

5

lib/types.d.ts

@@ -1138,7 +1138,8 @@ import { ATN, CharStream, DFA, Lexer, ParseTreeListener, ParseTreeVisitor, FailedPredicateException, Parser, ParserRuleContext, TerminalNode, TokenStream } from "antlr4";

* Run the XTK parser on the provided expression and returns the parsing tree
* @param expr The expression
* @param {string} expr The expression
* @param {boolean} exceptionOnError If false, no exception on syntax errors - maybe result in an incomplete tree
* @returns A parsing tree
* @throws {SyntaxErrorException} Raised at the first error of syntax
*/
export const runXtkParser: (expr: string) => UnitContext;
export const runXtkParser: (expr: string, exceptionOnError?: boolean) => UnitContext;
type Literal = string | number;

@@ -1145,0 +1146,0 @@ type ExecEvaluateXPath = (xpath: string) => Literal;

9

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

@@ -36,2 +36,9 @@ "source": "src/index.ts",

},
"targets": {
"main": {
"includeNodeModules": [
"antlr4"
]
}
},
"files": [

@@ -38,0 +45,0 @@ "lib/*"

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