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

mutt-forms-vue

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutt-forms-vue - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

2

package.json
{
"name": "mutt-forms-vue",
"description": "Mutt forms - VueJS integration",
"version": "0.9.5",
"version": "0.9.6",
"author": "Bought By Many <dev@boughtbymany.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -10,7 +10,9 @@ /**

datetime(value, options) {
let date = new Date(Date.parse(value))
return date.toLocaleString()
},
date(value, options) {
let date = new Date(Date.parse(value))
return date.toLocaleDateString()
},

@@ -17,0 +19,0 @@

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