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

@journeyapps/parser-schema

Package Overview
Dependencies
Maintainers
0
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/parser-schema - npm Package Compare versions

Comparing version 0.0.0-dev.2b0f55f to 0.0.0-dev.30aa390

3

dist/types/ObjectType.js

@@ -56,3 +56,2 @@ "use strict";

toJSON() {
var _a;
let belongsTo = {};

@@ -75,3 +74,3 @@ // hasMany is not populated yet

hasMany: hasMany,
display: '' + ((_a = this.displayFormat) === null || _a === void 0 ? void 0 : _a.toString())
display: '' + this.displayFormat.toString()
};

@@ -78,0 +77,0 @@ }

{
"name": "@journeyapps/parser-schema",
"version": "0.0.0-dev.2b0f55f",
"version": "0.0.0-dev.30aa390",
"description": "Journey Parser Schema library",

@@ -11,5 +11,5 @@ "main": "./dist/index.js",

"dependencies": {
"@journeyapps/core-xml": "0.0.0-dev.2b0f55f",
"@journeyapps/parser-common": "0.0.0-dev.2b0f55f",
"@journeyapps/evaluator": "0.0.0-dev.2b0f55f"
"@journeyapps/core-xml": "0.0.0-dev.30aa390",
"@journeyapps/evaluator": "0.0.0-dev.30aa390",
"@journeyapps/parser-common": "0.0.0-dev.30aa390"
},

@@ -16,0 +16,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