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

@journeyapps/parser-common

Package Overview
Dependencies
Maintainers
2
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/parser-common - npm Package Compare versions

Comparing version 2.30.1-dev.fe3d72a.a0ffb07 to 2.31.1-dev.80710a9.567bfa5

2

dist/@types/src/ComponentParseEvent.d.ts
import { XMLPositional } from '@journeyapps/core-xml';
import { XMLElement } from '@journeyapps/domparser';
import { XMLElement } from '@journeyapps/domparser/types';
import { FormatString, TypeInterface } from '@journeyapps/evaluator';

@@ -4,0 +4,0 @@ import { ComponentParserBank } from './ComponentParserBank';

@@ -5,4 +5,5 @@ import { ComponentParseEvent } from './ComponentParseEvent';

name: string;
key?: string;
};
parse(event: ComponentParseEvent): any;
}
import { XMLPositional, ValidationError, ErrorType } from '@journeyapps/core-xml';
import { XMLError } from '@journeyapps/domparser';
import { XMLError } from '@journeyapps/domparser/types';
export declare class ParseErrors {

@@ -4,0 +4,0 @@ private errors;

{
"name": "@journeyapps/parser-common",
"version": "2.30.1-dev.fe3d72a.a0ffb07",
"version": "2.31.1-dev.80710a9.567bfa5",
"description": "Journey JS library",

@@ -14,8 +14,8 @@ "main": "./dist/src/index.js",

"dependencies": {
"@journeyapps/core-xml": "2.30.1-dev.fe3d72a.a0ffb07",
"@journeyapps/domparser": "^0.2.0",
"@journeyapps/evaluator": "2.30.1-dev.fe3d72a.a0ffb07",
"@journeyapps/core-xml": "2.31.1-dev.80710a9.567bfa5",
"@journeyapps/domparser": "^0.3.0",
"@journeyapps/evaluator": "2.31.1-dev.80710a9.567bfa5",
"io-ts": "^1.8.6"
},
"gitHead": "246238257fe99c613c00e13cfe7ccfbe5b27643a"
"gitHead": "a605b41359bed94d939d25376494101e449eac72"
}

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