New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dayspan-vuetify

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dayspan-vuetify - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

2

package.json
{
"name": "dayspan-vuetify",
"version": "0.3.5",
"version": "0.3.6",
"description": "A collection of components for Schedules and Calendars in DaySpan using Vuetify",

@@ -5,0 +5,0 @@ "author": "Philip Diffenderfer <pdiffenderfer@gmail.com>",

@@ -520,2 +520,7 @@

let match = /#(\w\w)(\w\w)(\w\w)/.exec(color);
if (!match) {
throw 'Colors must be in the format of #rrggbb';
}
return {

@@ -522,0 +527,0 @@ r: parseInt( match[1], 16 ),

@@ -95,2 +95,4 @@

weeks: [LOCALE_ENTRY, LOCALE_ENTRY],
second: [LOCALE_ENTRY, LOCALE_ENTRY],
seconds: [LOCALE_ENTRY, LOCALE_ENTRY],
busy: LOCALE_ENTRY,

@@ -142,2 +144,4 @@ free: LOCALE_ENTRY

weeks: [LOCALE_ENTRY, LOCALE_ENTRY],
second: [LOCALE_ENTRY, LOCALE_ENTRY],
seconds: [LOCALE_ENTRY, LOCALE_ENTRY],
busy: LOCALE_ENTRY,

@@ -180,2 +184,4 @@ free: LOCALE_ENTRY

weeks: [LOCALE_ENTRY, LOCALE_ENTRY],
second: [LOCALE_ENTRY, LOCALE_ENTRY],
seconds: [LOCALE_ENTRY, LOCALE_ENTRY],
busy: LOCALE_ENTRY,

@@ -443,3 +449,5 @@ free: LOCALE_ENTRY,

month: LOCALE_ENTRY,
months: LOCALE_ENTRY
months: LOCALE_ENTRY,
second: LOCALE_ENTRY,
seconds: LOCALE_ENTRY
}

@@ -446,0 +454,0 @@ },

@@ -115,2 +115,4 @@

weeks: ['week', 'weeks'],
second: ['second', 'seconds'],
seconds: ['second', 'seconds'],
busy: 'Busy',

@@ -143,2 +145,4 @@ free: 'Free'

weeks: ['week', 'weeks'],
second: ['second', 'seconds'],
seconds: ['second', 'seconds'],
busy: 'Busy',

@@ -166,2 +170,4 @@ free: 'Free'

weeks: ['week', 'weeks'],
second: ['second', 'seconds'],
seconds: ['second', 'seconds'],
busy: 'Busy',

@@ -346,3 +352,5 @@ free: 'Free',

month: 'month',
months: 'months'
months: 'months',
second: 'second',
seconds: 'seconds'
}

@@ -349,0 +357,0 @@ },

@@ -115,2 +115,4 @@

weeks: ['semaine', 'semaines'],
second: ['seconde', 'secondes'],
seconds: ['seconde', 'secondes'],
busy: 'Occupé',

@@ -143,2 +145,4 @@ free: 'Libre'

weeks: ['semaine', 'semaines'],
second: ['seconde', 'secondes'],
seconds: ['seconde', 'secondes'],
busy: 'Occupé',

@@ -166,2 +170,4 @@ free: 'Libre'

weeks: ['semaine', 'semaines'],
second: ['seconde', 'secondes'],
seconds: ['seconde', 'secondes'],
busy: 'Occupé',

@@ -180,3 +186,3 @@ free: 'Libre',

labels: {
editCustom: 'Modifier'
editCustom: 'Modifier'
}

@@ -346,2 +352,4 @@ },

weeks: 'semaines',
second: 'seconde',
seconds: 'secondes',
month: 'mois',

@@ -348,0 +356,0 @@ months: 'mois'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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