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

@fastkit/vue-utils

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/vue-utils - npm Package Compare versions

Comparing version 0.6.8 to 0.6.9

9

dist/vue-utils.cjs.js

@@ -182,2 +182,11 @@ 'use strict';

}
if (!attrs.disabled) {
delete attrs.disabled;
}
if (!attrs.hreflang) {
delete attrs.hreflang;
}
if (!attrs.download) {
delete attrs.download;
}
return {

@@ -184,0 +193,0 @@ Tag,

@@ -182,2 +182,11 @@ 'use strict';

}
if (!attrs.disabled) {
delete attrs.disabled;
}
if (!attrs.hreflang) {
delete attrs.hreflang;
}
if (!attrs.download) {
delete attrs.download;
}
return {

@@ -184,0 +193,0 @@ Tag,

@@ -178,2 +178,11 @@ import { Comment, Text, computed, BaseTransition, h, Transition, onBeforeMount, onBeforeUnmount, reactive } from 'vue';

}
if (!attrs.disabled) {
delete attrs.disabled;
}
if (!attrs.hreflang) {
delete attrs.hreflang;
}
if (!attrs.download) {
delete attrs.download;
}
return {

@@ -180,0 +189,0 @@ Tag,

10

package.json
{
"name": "@fastkit/vue-utils",
"version": "0.6.8",
"version": "0.6.9",
"description": "@fastkit/vue-utils",

@@ -34,7 +34,7 @@ "buildOptions": {

"dependencies": {
"@fastkit/body-scroll-lock": "0.6.8",
"@fastkit/visibility": "0.6.8",
"@fastkit/keybord": "0.6.8",
"@fastkit/helpers": "0.6.8"
"@fastkit/body-scroll-lock": "0.6.9",
"@fastkit/visibility": "0.6.9",
"@fastkit/keybord": "0.6.9",
"@fastkit/helpers": "0.6.9"
}
}
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