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

frontello-ui-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontello-ui-datepicker - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

7

datepicker.js

@@ -270,3 +270,8 @@ "use strict";

this.fieldLabel.value = '';
this.fieldLabel.name = this.fieldLabel.name + '-label';
let fieldArrayName = this.fieldLabel.name.indexOf('[');
if (fieldArrayName != -1) {
this.fieldLabel.name = this.fieldLabel.name.substring(0, fieldArrayName) + '-label' + this.fieldLabel.name.substring(fieldArrayName);
} else {
this.fieldLabel.name = this.fieldLabel.name + '-label';
}
this.fieldLabel.type = 'text';

@@ -273,0 +278,0 @@ this.fieldLabel.readOnly = true;

2

package.json
{
"name": "frontello-ui-datepicker",
"version": "1.1.1",
"version": "1.1.2",
"description": "UI datepicker",

@@ -5,0 +5,0 @@ "main": "datepicker.js",

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