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

rc-picker

Package Overview
Dependencies
Maintainers
1
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-picker - npm Package Compare versions

Comparing version 0.0.1-alpha.59 to 0.0.1-alpha.60

7

es/generate/moment.js

@@ -126,5 +126,6 @@ "use strict";

if (format.includes('o')) {
var matchFormat = format.match(/[YyMmDdHhSsWw]+/g);
var matchText = formatText.match(/\d+/g);
if (format.includes('wo') || format.includes('Wo')) {
format = format.replace(/wo/g, 'w').replace(/Wo/g, 'W');
var matchFormat = format.match(/[-YyMmDdHhSsWwGg]+/g);
var matchText = formatText.match(/[-\d]+/g);

@@ -131,0 +132,0 @@ if (matchFormat && matchText) {

@@ -159,3 +159,3 @@ "use strict";

case 'week':
mergedFormat = 'YYYY-Wo';
mergedFormat = 'gggg-wo';
break;

@@ -162,0 +162,0 @@

@@ -126,5 +126,6 @@ "use strict";

if (format.includes('o')) {
var matchFormat = format.match(/[YyMmDdHhSsWw]+/g);
var matchText = formatText.match(/\d+/g);
if (format.includes('wo') || format.includes('Wo')) {
format = format.replace(/wo/g, 'w').replace(/Wo/g, 'W');
var matchFormat = format.match(/[-YyMmDdHhSsWwGg]+/g);
var matchText = formatText.match(/[-\d]+/g);

@@ -131,0 +132,0 @@ if (matchFormat && matchText) {

@@ -159,3 +159,3 @@ "use strict";

case 'week':
mergedFormat = 'YYYY-Wo';
mergedFormat = 'gggg-wo';
break;

@@ -162,0 +162,0 @@

{
"name": "rc-picker",
"version": "0.0.1-alpha.59",
"version": "0.0.1-alpha.60",
"description": "React date & time picker",

@@ -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