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

journeyapps

Package Overview
Dependencies
Maintainers
1
Versions
586
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

journeyapps - npm Package Compare versions

Comparing version 0.2.28-alpha2 to 0.2.28-alpha3

5

app/viewParser.js

@@ -794,3 +794,3 @@ // # schema module

component.required = false;
} else {
} else if (required) {
var token = evaluator.functionTokenExpression(required, false);

@@ -800,3 +800,4 @@ if (token == null) {

} else {
component.required = token;
// Valid
component.required = required;
}

@@ -803,0 +804,0 @@ }

2

package.json
{
"name": "journeyapps",
"version": "0.2.28-alpha2",
"version": "0.2.28-alpha3",
"description": "Journey JS library",

@@ -5,0 +5,0 @@ "keywords": [

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