favorite-icon-video
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -81,3 +81,3 @@ 'use strict'; | ||
links: options.links || undefined, | ||
size: options.size || Favicon.size | ||
size: options.size, | ||
}; | ||
@@ -84,0 +84,0 @@ } |
@@ -79,3 +79,3 @@ function hasSupport() { | ||
links: options.links || undefined, | ||
size: options.size || Favicon.size | ||
size: options.size, | ||
}; | ||
@@ -82,0 +82,0 @@ } |
@@ -1,2 +0,2 @@ | ||
var FaviconVideo = (function (exports) { | ||
var FaviconVideo = (function () { | ||
'use strict'; | ||
@@ -82,3 +82,3 @@ | ||
links: options.links || undefined, | ||
size: options.size || Favicon.size | ||
size: options.size, | ||
}; | ||
@@ -118,6 +118,4 @@ } | ||
exports.FaviconVideo = FaviconVideo; | ||
return FaviconVideo; | ||
return exports; | ||
})({}); | ||
})(); |
{ | ||
"name": "favorite-icon-video", | ||
"version": "2.0.0", | ||
"description": "A small library for video manipulating in favicon.", | ||
"version": "2.1.0", | ||
"description": "A small library for video manipulating in favicon", | ||
"main": "dist/index.common.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "./dist/index.d.ts", | ||
"author": { | ||
@@ -16,12 +17,20 @@ "name": "Denis Seleznev", | ||
"favicon", | ||
"favico" | ||
"favico", | ||
"video", | ||
"video favicon" | ||
], | ||
"scripts": { | ||
"test": "npm run typecheck", | ||
"build": "rollup --config rollup.config.mjs", | ||
"prepare": "npm run build", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"LICENSE", | ||
"README.md", | ||
"index.d.ts" | ||
"README.md" | ||
], | ||
"typings": "./index.d.ts" | ||
"devDependencies": { | ||
"favorite-icon": "^1.0.0" | ||
} | ||
} |
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
16275
1
9
361