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

m-datetime-picker

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m-datetime-picker - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

index.js

@@ -240,3 +240,4 @@ 'use strict';

cols[this.dateIndex].setValue(currentValue);
// + '' 转成字符串型,因为col.values 里的1到31都是字符串型,才能匹配上
cols[this.dateIndex].setValue(currentValue + '');
}

@@ -243,0 +244,0 @@ }, {

{
"name": "m-datetime-picker",
"version": "1.0.4",
"version": "1.0.5",
"description": "m-datetime-picker 日期时间选择器,基于m-picker扩展来",

@@ -5,0 +5,0 @@ "main": "index.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