Socket
Socket
Sign inDemoInstall

v-object-fit

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

6

index.js
module.exports = {
inserted: function(el, binding) {
binding.def.init(el, binding)
},
update: function(el, binding){
binding.def.init(el, binding)
},
init: function(el, binding){
let ua = window.navigator.userAgent;

@@ -4,0 +10,0 @@ if (ua.indexOf('MSIE ') > 0 || ua.indexOf('Edge/') > 0 || ua.indexOf('Trident/') > 0) {

2

package.json
{
"name": "v-object-fit",
"version": "1.0.4",
"version": "1.0.5",
"description": "v-object-fit directive",

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

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