Socket
Socket
Sign inDemoInstall

@undecaf/vue-material-vuelidate

Package Overview
Dependencies
20
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

4

dist/components.esm.js
/*!
* @undecaf/vue-material-vuelidate v0.2.0
* @undecaf/vue-material-vuelidate v0.2.1
* A Vue Material adapter for Vuelidate
* Built 2020-09-02 21:02:51
* Built 2020-09-02 22:32:07
* (c) 2020-present Ferdinand Kasper

@@ -6,0 +6,0 @@ * Released under the MIT license

/*!
* @undecaf/vue-material-vuelidate v0.2.0
* @undecaf/vue-material-vuelidate v0.2.1
* A Vue Material adapter for Vuelidate
* Built 2020-09-02 21:02:51
* Built 2020-09-02 22:32:07
* (c) 2020-present Ferdinand Kasper

@@ -6,0 +6,0 @@ * Released under the MIT license

/*!
* @undecaf/vue-material-vuelidate v0.2.0
* @undecaf/vue-material-vuelidate v0.2.1
* A Vue Material adapter for Vuelidate
* Built 2020-09-02 21:02:51
* Built 2020-09-02 22:32:07
* (c) 2020-present Ferdinand Kasper

@@ -6,0 +6,0 @@ * Released under the MIT license

{
"name": "@undecaf/vue-material-vuelidate",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Vue Material adapter for Vuelidate",

@@ -5,0 +5,0 @@ "keywords": [

@@ -68,4 +68,5 @@ # A Vue Material adapter for Vuelidate

Please note: this module needs the CSP to allow `unsafe-eval` (same as required
for the Vue runtime compiler). For reassurance: `eval()` is not used anywhere here!
<ins>Please note</ins>: this module needs the CSP to allow [`unsafe-eval`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src)
(same as for the [full Vue build](https://www.fenovice.com/doc/vue/v2/guide/installation.html#CSP-environments)).
For your reassurance: no `eval()` inside!

@@ -77,4 +78,4 @@ ## Usage

```javascript 1.8
import MdVuelidated from 'vue-material-vuelidated'
import 'vue-material-vuelidated/dist/components.css'
import MdVuelidated from '@undecaf/vue-material-vuelidate'
import '@undecaf/vue-material-vuelidate/dist/components.css'
...

@@ -81,0 +82,0 @@ // This must come after Vue.use(VueMaterial) and Vue.use(Vuelidate):

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc