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

msc-any-pip

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msc-any-pip - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

mjs/wc-msc-any-pip.js

@@ -294,3 +294,3 @@ import { _wcl } from './common-lib.js';

if (!children.length) {
if (!children.length || !window?.documentPictureInPicture) {
return;

@@ -333,2 +333,6 @@ }

}
requestPictureInPicture() {
this.#nodes.trigger.click();
}
}

@@ -335,0 +339,0 @@

2

package.json
{
"name": "msc-any-pip",
"version": "1.0.8",
"version": "1.0.9",
"description": "Imaging what if we can let anything Picture-in-Picture (not only <video />) ?! Here comes <msc-any-pip /> to let it dream comes true. <msc-any-pip /> apply Document Picture-in-Picture API to given elements have Picture-in-Picture feature.",

@@ -5,0 +5,0 @@ "main": "index.html",

@@ -140,2 +140,8 @@ # msc-any-pip

## Mathod
| Mathod Signature | Description |
| ----------- | ----------- |
| requestPictureInPicture | Request &lt;msc-any-pip /> turn in Document Picture-in-Picture mode. |
## Events

@@ -142,0 +148,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