vue-no-ssr
Advanced tools
Comparing version 1.1.0 to 1.1.1
/*! | ||
* vue-no-ssr v1.1.0 | ||
* vue-no-ssr v1.1.1 | ||
* (c) 2018-present egoist <0x142857@gmail.com> | ||
@@ -9,3 +9,3 @@ * Released under the MIT License. | ||
var index = { | ||
name: 'no-ssr', | ||
name: 'NoSsr', | ||
functional: true, | ||
@@ -12,0 +12,0 @@ props: { |
/*! | ||
* vue-no-ssr v1.1.0 | ||
* vue-no-ssr v1.1.1 | ||
* (c) 2018-present egoist <0x142857@gmail.com> | ||
@@ -13,3 +13,3 @@ * Released under the MIT License. | ||
var index = { | ||
name: 'no-ssr', | ||
name: 'NoSsr', | ||
functional: true, | ||
@@ -16,0 +16,0 @@ props: { |
/*! | ||
* vue-no-ssr v1.1.0 | ||
* vue-no-ssr v1.1.1 | ||
* (c) 2018-present egoist <0x142857@gmail.com> | ||
* Released under the MIT License. | ||
*/ | ||
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?module.exports=o():"function"==typeof define&&define.amd?define(o):e.NoSSR=o()}(this,function(){"use strict";return{name:"no-ssr",functional:!0,props:{placeholder:String,placeholderTag:{type:String,default:"div"}},render:function(e,o){var n=o.parent,t=o.slots,r=o.props,d=t(),l=d.default;void 0===l&&(l=[]);var a=d.placeholder;return n._isMounted?l:(n.$once("hook:mounted",function(){n.$forceUpdate()}),r.placeholderTag&&(r.placeholder||a)?e(r.placeholderTag,{class:["no-ssr-placeholder"]},r.placeholder||a):l.length>0?l.map(function(){return e(!1)}):e(!1))}}}); | ||
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?module.exports=o():"function"==typeof define&&define.amd?define(o):e.NoSSR=o()}(this,function(){"use strict";return{name:"NoSsr",functional:!0,props:{placeholder:String,placeholderTag:{type:String,default:"div"}},render:function(e,o){var n=o.parent,t=o.slots,r=o.props,d=t(),l=d.default;void 0===l&&(l=[]);var a=d.placeholder;return n._isMounted?l:(n.$once("hook:mounted",function(){n.$forceUpdate()}),r.placeholderTag&&(r.placeholder||a)?e(r.placeholderTag,{class:["no-ssr-placeholder"]},r.placeholder||a):l.length>0?l.map(function(){return e(!1)}):e(!1))}}}); | ||
//# sourceMappingURL=vue-no-ssr.min.js.map |
{ | ||
"name": "vue-no-ssr", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Vue component to wrap non SSR friendly components", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
8212