Socket
Socket
Sign inDemoInstall

apollo_form_pase

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

10

dist/index.esm.js

@@ -147,2 +147,4 @@ function _typeof(obj) {

_this.hiddenFilds();
_this.formData.map(function (item) {

@@ -251,5 +253,11 @@ if (!item.behaviors || !Array.isArray(item.behaviors) || item.behaviors.length === 0) return;

this.formData = null;
this.hiddenFilds = function () {
_this.formData = _this.formData.filter(function (item) {
return item.type !== 'hidden';
});
};
this.formData = props.formData || null;
};
export default HandleBehavior;

@@ -149,2 +149,4 @@ 'use strict';

_this.hiddenFilds();
_this.formData.map(function (item) {

@@ -253,5 +255,11 @@ if (!item.behaviors || !Array.isArray(item.behaviors) || item.behaviors.length === 0) return;

this.formData = null;
this.hiddenFilds = function () {
_this.formData = _this.formData.filter(function (item) {
return item.type !== 'hidden';
});
};
this.formData = props.formData || null;
};
module.exports = HandleBehavior;

2

package.json
{
"name": "apollo_form_pase",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc