Socket
Socket
Sign inDemoInstall

vue-marquee-tips

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-marquee-tips - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

0

.eslintrc.js

@@ -0,0 +0,0 @@ // http://eslint.org/docs/user-guide/configuring

@@ -0,0 +0,0 @@ // https://github.com/michael-ciniawsky/postcss-load-config

@@ -0,0 +0,0 @@ require('./check-versions')()

@@ -0,0 +0,0 @@ var chalk = require('chalk')

@@ -0,0 +0,0 @@ /* eslint-disable */

@@ -0,0 +0,0 @@ require('./check-versions')()

@@ -0,0 +0,0 @@ var path = require('path')

@@ -0,0 +0,0 @@ var utils = require('./utils')

@@ -0,0 +0,0 @@ var path = require('path')

@@ -0,0 +0,0 @@ var utils = require('./utils')

@@ -0,0 +0,0 @@ var path = require('path')

@@ -0,0 +0,0 @@ var merge = require('webpack-merge')

@@ -0,0 +0,0 @@ // see http://vuejs-templates.github.io/webpack for documentation.

module.exports = {
NODE_ENV: '"production"'
}

@@ -0,0 +0,0 @@ // THIS FILE IS ONLY FOR IDE ENTRY CHECKING NOT FOR REAL USAGE

2

package.json
{
"name": "vue-marquee-tips",
"version": "1.0.7",
"version": "1.0.8",
"description": "A Vue component to marquee-tips",

@@ -5,0 +5,0 @@ "author": "wg <247026287@qq.com>",

@@ -0,0 +0,0 @@ [![npm](https://img.shields.io/npm/v/vue-marquee-tips.svg)](https://www.npmjs.com/package/vue-marquee-tips)

function insertKeyFrame (rule) {
var fail
if (document.styleSheets && document.styleSheets.length) {

@@ -6,4 +7,8 @@ try {

} catch (ex) {
fail = true
}
} else {
fail = true
}
if (fail) {
var style = document.createElement('style')

@@ -18,3 +23,3 @@ style.innerHTML = rule

var i
if (document.styleSheets && document.styleSheets.length && document.styleSheets[0][cssrules]) {
if (document.styleSheets && document.styleSheets.length && document.styleSheets[0].hasOwnProperty(cssrules)) {
for (i = 0; i < document.styleSheets[0][cssrules].length; i += 1) {

@@ -21,0 +26,0 @@ var rule = document.styleSheets[0][cssrules][i]

@@ -0,0 +0,0 @@ // The Vue build version to load with the `import` command

@@ -0,0 +0,0 @@ import Vue from 'vue'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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