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 0.0.0-dev.81abe2d0.1ac76ef to 0.0.0-dev.820c731

dist/@types/tests/Version.test.d.ts

3

dist/@types/src/index.d.ts

@@ -1,5 +0,2 @@

export * from './ComponentParser';
export * from './ComponentParserBank';
export * from './ComponentParseEvent';
export * from './ParseErrors';
export * from './Version';

@@ -9,3 +9,3 @@ import { XMLPositional, ValidationError, ErrorType } from '@journeyapps/core-xml';

reset(): void;
getErrors(): (XMLError | ValidationError)[];
getErrors(): (ValidationError | XMLError)[];
}

@@ -15,3 +15,3 @@ /**

valueOf(): string;
compareTo(other: Version): 1 | 0 | -1;
compareTo(other: Version): 0 | 1 | -1;
supportsApi(api: string | Version): boolean;

@@ -18,0 +18,0 @@ gte(other: string | Version): boolean;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -13,7 +17,4 @@ if (k2 === undefined) k2 = k;

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./ComponentParser"), exports);
__exportStar(require("./ComponentParserBank"), exports);
__exportStar(require("./ComponentParseEvent"), exports);
__exportStar(require("./ParseErrors"), exports);
__exportStar(require("./Version"), exports);
//# sourceMappingURL=index.js.map

@@ -10,3 +10,3 @@ "use strict";

pushError(element, message, type) {
this.errors.push(core_xml_1.error(element, message, type));
this.errors.push((0, core_xml_1.error)(element, message, type));
}

@@ -13,0 +13,0 @@ pushErrors(newErrors) {

{
"name": "@journeyapps/parser-common",
"version": "0.0.0-dev.81abe2d0.1ac76ef",
"description": "Journey JS library",
"version": "0.0.0-dev.820c731",
"description": "Journey Parser library",
"main": "./dist/src/index.js",
"typings": "./dist/@types/src/index",
"scripts": {
"build": "../node_modules/.bin/tsc --build",
"test": "yarn build && yarn test:node && yarn test:browser",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "jasmine dist/test/unit/all.js"
},
"dependencies": {
"@journeyapps/core-xml": "0.0.0-dev.81abe2d0.1ac76ef",
"@journeyapps/domparser": "^0.3.0",
"@journeyapps/evaluator": "0.0.0-dev.81abe2d0.1ac76ef",
"io-ts": "^1.8.6"
"@journeyapps/domparser": "^0.4.1",
"io-ts": "^2.2.20",
"@journeyapps/evaluator": "0.0.0-dev.820c731",
"@journeyapps/core-xml": "0.0.0-dev.820c731"
},
"devDependencies": {
"stream-browserify": "^3.0.0"
},
"files": [

@@ -23,3 +20,9 @@ "dist/src",

],
"gitHead": "b87b0b10ed97152240bc5f11efaa4bcccbde7a3c"
}
"scripts": {
"build": "tsc --build",
"clean": "tsc -b --clean && rm -rf dist",
"test": "pnpm build && pnpm test:node && pnpm test:browser",
"test:browser": "vitest --run --config vitest.config.browser.ts ",
"test:node": "vitest --run --config vitest.config.unit.ts"
}
}

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