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

vue-simple-calendar

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-simple-calendar - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

17

package.json
{
"name": "vue-simple-calendar",
"version": "2.1.1",
"version": "2.1.2",
"description": "Simple calendar event control",

@@ -53,7 +53,3 @@ "author": "richardtallent <richard@tallent.us>",

},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie < 11"
],
"browserslist": ["> 1%", "last 2 versions", "not ie < 11"],
"prettier": {

@@ -82,6 +78,3 @@ "useTabs": true,

},
"extends": [
"eslint:recommended",
"plugin:vue/recommended"
],
"extends": ["eslint:recommended", "plugin:vue/recommended"],
"rules": {

@@ -93,5 +86,3 @@ "vue/html-indent": "tab",

},
"eslintIgnore": [
"node_modules/*.*"
],
"eslintIgnore": ["node_modules/*.*"],
"postcss": {

@@ -98,0 +89,0 @@ "plugins": {

@@ -490,2 +490,3 @@ - [Introduction](#vue-simple-calendar)

2018.01.25 | 2.1.1 | Forgot to build before publish :(
2018.01.27 | 2.1.2 | Prevent click-date events for future dates when disableFuture is true (feature parity with disablePast). Fixes #40.

@@ -492,0 +493,0 @@ ## Build Setup

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