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

favorite-icon-video

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

favorite-icon-video - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

dist/default.d.ts

2

dist/index.common.js

@@ -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"
}
}
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