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.3.7 to 0.3.8

4

app/viewParser.js

@@ -131,3 +131,4 @@ // # schema module

placeholder: xml.attribute.label,
type: xml.attribute.optionList(['normal', 'primary'])
type: xml.attribute.optionList(['normal', 'primary']),
color: xml.attribute.notBlank
},

@@ -864,2 +865,3 @@ info: {

component.link = getAttribute(element, 'link');
component.color = getAttribute(element, 'color');
component.onpress = getAttribute(element, tag.onPress);

@@ -866,0 +868,0 @@ component.validate = getAttribute(element, 'validate') != 'false';

{
"name": "journeyapps",
"version": "0.3.7",
"version": "0.3.8",
"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