New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lrnwebcomponents/fullscreen-behaviors

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrnwebcomponents/fullscreen-behaviors - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

34

analysis.json

@@ -130,7 +130,7 @@ {

"start": {
"line": 59,
"line": 60,
"column": 4
},
"end": {
"line": 61,
"line": 62,
"column": 5

@@ -148,7 +148,7 @@ }

"start": {
"line": 67,
"line": 68,
"column": 4
},
"end": {
"line": 69,
"line": 70,
"column": 5

@@ -166,7 +166,7 @@ }

"start": {
"line": 75,
"line": 76,
"column": 4
},
"end": {
"line": 77,
"line": 78,
"column": 5

@@ -202,7 +202,7 @@ }

"start": {
"line": 45,
"line": 46,
"column": 4
},
"end": {
"line": 48,
"line": 49,
"column": 5

@@ -223,7 +223,7 @@ }

"start": {
"line": 78,
"line": 79,
"column": 4
},
"end": {
"line": 80,
"line": 93,
"column": 5

@@ -249,7 +249,7 @@ }

"start": {
"line": 81,
"line": 94,
"column": 4
},
"end": {
"line": 87,
"line": 100,
"column": 5

@@ -270,7 +270,7 @@ }

"start": {
"line": 89,
"line": 102,
"column": 4
},
"end": {
"line": 98,
"line": 111,
"column": 5

@@ -300,3 +300,3 @@ }

"end": {
"line": 99,
"line": 112,
"column": 3

@@ -319,7 +319,7 @@ }

"start": {
"line": 107,
"line": 120,
"column": 0
},
"end": {
"line": 107,
"line": 120,
"column": 70

@@ -326,0 +326,0 @@ }

@@ -25,3 +25,4 @@ /**

this.__fullscreen = false;
this.__fullscreenEnabled = false;
this.__fullscreenEnabled =
this.fullscreenManager && this.fullscreenManager.enabled;
if (!this.fullscreenManager.__loaded) {

@@ -81,3 +82,15 @@ let callback = () => {

_updateFullscreen(fullscreen = screenfull && screenfull.isFullscreen) {
let delayedUpdate = (e) => {
setTimeout(this._updateFullscreen(), 500);
};
this.__fullscreen = fullscreen;
//needed for escape key detection
if (this.__fullscreen) {
document.addEventListener("fullscreenchange", delayedUpdate.bind(this));
} else {
document.removeEventListener(
"fullscreenchange",
delayedUpdate.bind(this)
);
}
}

@@ -88,3 +101,3 @@ _updateEnabled() {

if (screenfull && screenfull.isEnabled) {
screenfull.on("change", this._updateFullscreen.bind(this));
screenfull.on("change", (e) => this._updateFullscreen.bind(this));
}

@@ -91,0 +104,0 @@ }

@@ -1,1 +0,1 @@

!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("lit"),require("@lrnwebcomponents/es-global-bridge/es-global-bridge.js")):"function"==typeof define&&define.amd?define(["exports","lit","@lrnwebcomponents/es-global-bridge/es-global-bridge.js"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).FullscreenBehaviors={},e.lit)}(this,(function(e,n){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function r(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function l(e,n){for(var t=0;t<n.length;t++){var r=n[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function o(e,n,t){return n&&l(e.prototype,n),t&&l(e,t),e}function i(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&c(e,n)}function u(e){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function c(e,n){return(c=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function s(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function a(e,n){return!n||"object"!=typeof n&&"function"!=typeof n?s(e):n}function f(e){var n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,r=u(e);if(n){var l=u(this).constructor;t=Reflect.construct(r,arguments,l)}else t=r.apply(this,arguments);return a(this,t)}}function d(e,n,t){return(d="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(e,n,t){var r=function(e,n){for(;!Object.prototype.hasOwnProperty.call(e,n)&&null!==(e=u(e)););return e}(e,n);if(r){var l=Object.getOwnPropertyDescriptor(r,n);return l.get?l.get.call(t):l.value}})(e,n,t||e)}var b,p=function(e){i(l,e);var n=f(l);function l(){var e;if(r(this,l),(e=n.call(this)).__callbacks=[],e.__loaded=!1,e.__fullscreen=!1,"object"===("undefined"==typeof screenfull?"undefined":t(screenfull)))e._setLoaded();else{var o=new URL("./","undefined"==typeof document?new(require("url").URL)("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("fullscreen-behaviors.umd.js",document.baseURI).href).href,i="".concat(o,"screenfull/dist/screenfull.js");window.ESGlobalBridge.requestAvailability().load("screenfullLib",i),window.addEventListener("es-bridge-screenfullLib-loaded",e._setLoaded.bind(s(e)))}return e}return o(l,[{key:"enabled",get:function(){var e=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);return"object"===("undefined"==typeof screenfull?"undefined":t(screenfull))&&screenfull.isEnabled&&!e}},{key:"fullscreen",get:function(){return this.__fullscreen}},{key:"disconnectedCallback",value:function(){window.removeEventListener("es-bridge-screenfullLib-loaded",this._setLoaded.bind(this)),d(u(l.prototype),"disconnectedCallback",this).call(this)}},{key:"_setLoaded",value:function(e){this.__loaded=!0,(this.__callbacks||[]).forEach((function(e){return e()}))}}],[{key:"tag",get:function(){return"fullscreen-behaviors-manager"}},{key:"properties",get:function(){return{__loaded:{type:Boolean},__callbacks:{type:Array},__fullscreen:{type:Boolean}}}}]),l}(n.LitElement);window.customElements.define(p.tag,p),window.FullscreenBehaviorsManager=window.FullscreenBehaviorsManager||{},window.FullscreenBehaviorsManager.requestAvailability=function(){return window.FullscreenBehaviorsManager.instance||(window.FullscreenBehaviorsManager.instance=document.createElement("fullscreen-behaviors-manager"),document.body.appendChild(window.FullscreenBehaviorsManager.instance)),window.FullscreenBehaviorsManager.instance};var y=function(e){return function(e){i(l,e);var t=f(l);function l(){var e;if(r(this,l),(e=t.call(this)).__fullscreen=!1,e.__fullscreenEnabled=!1,e.fullscreenManager.__loaded)e._updateEnabled();else{window.addEventListener("es-bridge-screenfullLib-loaded",function n(){e._updateEnabled(),window.removeEventListener("es-bridge-screenfullLib-loaded",n.bind(s(e)))}.bind(s(e)))}return e}return o(l,[{key:"render",value:function(){return n.html(b||(e=[" <slot></slot> "],t||(t=e.slice(0)),b=Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))));var e,t}},{key:"disconnectedCallback",value:function(){screenfull.off("change",this._updateFullscreen.bind(this)),d(u(l.prototype),"disconnectedCallback",this).call(this)}},{key:"fullscreenManager",get:function(){return window.FullscreenBehaviorsManager.requestAvailability()}},{key:"fullscreenTarget",get:function(){return this}},{key:"fullscreenEnabled",get:function(){return this.__fullscreenEnabled}},{key:"_updateFullscreen",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:screenfull&&screenfull.isFullscreen;this.__fullscreen=e}},{key:"_updateEnabled",value:function(){this.__fullscreenEnabled=this.fullscreenManager&&this.fullscreenManager.enabled,screenfull&&screenfull.isEnabled&&screenfull.on("change",this._updateFullscreen.bind(this))}},{key:"toggleFullscreen",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:!screenfull.isFullscreen;this.fullscreenEnabled&&screenfull&&(e?screenfull.request(this.fullscreenTarget):screenfull.exit(this.fullscreenTarget),this._updateFullscreen(e))}}],[{key:"properties",get:function(){return{__fullscreen:{type:Boolean,attribute:"fullscreen"},__fullscreenEnabled:{type:Boolean,attribute:"fullscreen-enabled"}}}},{key:"tag",get:function(){return"fullscreen-behaviors"}}]),l}(e)},h=function(e){i(t,e);var n=f(t);function t(){return r(this,t),n.apply(this,arguments)}return t}(y(n.LitElement));window.customElements.define(h.tag,h),e.FullscreenBehaviors=y,e.FullscreenBehaviorsEl=h,Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("lit"),require("@lrnwebcomponents/es-global-bridge/es-global-bridge.js")):"function"==typeof define&&define.amd?define(["exports","lit","@lrnwebcomponents/es-global-bridge/es-global-bridge.js"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).FullscreenBehaviors={},e.lit)}(this,(function(e,n){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function r(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function l(e,n){for(var t=0;t<n.length;t++){var r=n[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function o(e,n,t){return n&&l(e.prototype,n),t&&l(e,t),e}function i(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&c(e,n)}function u(e){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function c(e,n){return(c=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function s(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function a(e,n){if(n&&("object"==typeof n||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return s(e)}function f(e){var n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,r=u(e);if(n){var l=u(this).constructor;t=Reflect.construct(r,arguments,l)}else t=r.apply(this,arguments);return a(this,t)}}function d(e,n,t){return(d="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(e,n,t){var r=function(e,n){for(;!Object.prototype.hasOwnProperty.call(e,n)&&null!==(e=u(e)););return e}(e,n);if(r){var l=Object.getOwnPropertyDescriptor(r,n);return l.get?l.get.call(t):l.value}})(e,n,t||e)}var b,p=function(e){i(l,e);var n=f(l);function l(){var e;if(r(this,l),(e=n.call(this)).__callbacks=[],e.__loaded=!1,e.__fullscreen=!1,"object"===("undefined"==typeof screenfull?"undefined":t(screenfull)))e._setLoaded();else{var o=new URL("./","undefined"==typeof document?new(require("url").URL)("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("fullscreen-behaviors.umd.js",document.baseURI).href).href,i="".concat(o,"screenfull/dist/screenfull.js");window.ESGlobalBridge.requestAvailability().load("screenfullLib",i),window.addEventListener("es-bridge-screenfullLib-loaded",e._setLoaded.bind(s(e)))}return e}return o(l,[{key:"enabled",get:function(){var e=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);return"object"===("undefined"==typeof screenfull?"undefined":t(screenfull))&&screenfull.isEnabled&&!e}},{key:"fullscreen",get:function(){return this.__fullscreen}},{key:"disconnectedCallback",value:function(){window.removeEventListener("es-bridge-screenfullLib-loaded",this._setLoaded.bind(this)),d(u(l.prototype),"disconnectedCallback",this).call(this)}},{key:"_setLoaded",value:function(e){this.__loaded=!0,(this.__callbacks||[]).forEach((function(e){return e()}))}}],[{key:"tag",get:function(){return"fullscreen-behaviors-manager"}},{key:"properties",get:function(){return{__loaded:{type:Boolean},__callbacks:{type:Array},__fullscreen:{type:Boolean}}}}]),l}(n.LitElement);window.customElements.define(p.tag,p),window.FullscreenBehaviorsManager=window.FullscreenBehaviorsManager||{},window.FullscreenBehaviorsManager.requestAvailability=function(){return window.FullscreenBehaviorsManager.instance||(window.FullscreenBehaviorsManager.instance=document.createElement("fullscreen-behaviors-manager"),document.body.appendChild(window.FullscreenBehaviorsManager.instance)),window.FullscreenBehaviorsManager.instance};var h=function(e){return function(e){i(l,e);var t=f(l);function l(){var e;if(r(this,l),(e=t.call(this)).__fullscreen=!1,e.__fullscreenEnabled=e.fullscreenManager&&e.fullscreenManager.enabled,e.fullscreenManager.__loaded)e._updateEnabled();else{window.addEventListener("es-bridge-screenfullLib-loaded",function n(){e._updateEnabled(),window.removeEventListener("es-bridge-screenfullLib-loaded",n.bind(s(e)))}.bind(s(e)))}return e}return o(l,[{key:"render",value:function(){return n.html(b||(e=[" <slot></slot> "],t||(t=e.slice(0)),b=Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))));var e,t}},{key:"disconnectedCallback",value:function(){screenfull.off("change",this._updateFullscreen.bind(this)),d(u(l.prototype),"disconnectedCallback",this).call(this)}},{key:"fullscreenManager",get:function(){return window.FullscreenBehaviorsManager.requestAvailability()}},{key:"fullscreenTarget",get:function(){return this}},{key:"fullscreenEnabled",get:function(){return this.__fullscreenEnabled}},{key:"_updateFullscreen",value:function(){var e=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:screenfull&&screenfull.isFullscreen,t=function(n){setTimeout(e._updateFullscreen(),500)};this.__fullscreen=n,this.__fullscreen?document.addEventListener("fullscreenchange",t.bind(this)):document.removeEventListener("fullscreenchange",t.bind(this))}},{key:"_updateEnabled",value:function(){var e=this;this.__fullscreenEnabled=this.fullscreenManager&&this.fullscreenManager.enabled,screenfull&&screenfull.isEnabled&&screenfull.on("change",(function(n){return e._updateFullscreen.bind(e)}))}},{key:"toggleFullscreen",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:!screenfull.isFullscreen;this.fullscreenEnabled&&screenfull&&(e?screenfull.request(this.fullscreenTarget):screenfull.exit(this.fullscreenTarget),this._updateFullscreen(e))}}],[{key:"properties",get:function(){return{__fullscreen:{type:Boolean,attribute:"fullscreen"},__fullscreenEnabled:{type:Boolean,attribute:"fullscreen-enabled"}}}},{key:"tag",get:function(){return"fullscreen-behaviors"}}]),l}(e)},y=function(e){i(t,e);var n=f(t);function t(){return r(this,t),n.apply(this,arguments)}return t}(h(n.LitElement));window.customElements.define(y.tag,y),e.FullscreenBehaviors=h,e.FullscreenBehaviorsEl=y,Object.defineProperty(e,"__esModule",{value:!0})}));

@@ -15,3 +15,3 @@ {

},
"version": "4.0.0",
"version": "4.0.1",
"description": "Provides state management when only one child can be selected at a time.",

@@ -43,8 +43,8 @@ "repository": {

"@lrnwebcomponents/es-global-bridge": "^4.0.0",
"lit": "2.0.0-rc.2"
"lit": "2.0.0"
},
"devDependencies": {
"@lrnwebcomponents/deduping-fix": "^4.0.0",
"@lrnwebcomponents/simple-modal": "^4.0.0",
"@lrnwebcomponents/storybook-utilities": "^4.0.0",
"@lrnwebcomponents/simple-modal": "^4.0.1",
"@lrnwebcomponents/storybook-utilities": "^4.0.1",
"@open-wc/testing": "2.5.33",

@@ -57,3 +57,3 @@ "@polymer/iron-component-page": "github:PolymerElements/iron-component-page",

"@web/test-runner-puppeteer": "0.10.0",
"@webcomponents/webcomponentsjs": "2.5.0",
"@webcomponents/webcomponentsjs": "2.6.0",
"concurrently": "5.3.0",

@@ -75,3 +75,3 @@ "gulp-babel": "8.0.0",

],
"gitHead": "e877f54ece91fb0b2f7aba62f9f9fd15060600f2"
"gitHead": "4056b357dd00c362ba23128a37a60153101b15b9"
}

@@ -25,3 +25,4 @@ /**

this.__fullscreen = false;
this.__fullscreenEnabled = false;
this.__fullscreenEnabled =
this.fullscreenManager && this.fullscreenManager.enabled;
if (!this.fullscreenManager.__loaded) {

@@ -81,3 +82,15 @@ let callback = () => {

_updateFullscreen(fullscreen = screenfull && screenfull.isFullscreen) {
let delayedUpdate = (e) => {
setTimeout(this._updateFullscreen(), 500);
};
this.__fullscreen = fullscreen;
//needed for escape key detection
if (this.__fullscreen) {
document.addEventListener("fullscreenchange", delayedUpdate.bind(this));
} else {
document.removeEventListener(
"fullscreenchange",
delayedUpdate.bind(this)
);
}
}

@@ -88,3 +101,3 @@ _updateEnabled() {

if (screenfull && screenfull.isEnabled) {
screenfull.on("change", this._updateFullscreen.bind(this));
screenfull.on("change", (e) => this._updateFullscreen.bind(this));
}

@@ -91,0 +104,0 @@ }

@@ -6,3 +6,3 @@ {

"name": "fullscreen-behaviors-demo",
"description": "`fullscreen-behaviors-demo`\n\nAttributes:\n\n * `fullscreen` {`boolean`} - \n\n * `fullscreen-enabled` {`boolean`} - \n\nProperties:\n\n * `fullscreenManager` - gets the fullscreen fullscreenManager singleton\n\n * `fullscreenTarget` {`this`} - element to make fullscreen, can be overidden\n\n * `fullscreenEnabled` {`boolean`} - whether device is ready and capable for fullscreen\n\n * `__fullscreen` {`boolean`} - \n\n * `__fullscreenEnabled` {`boolean`} - ",
"description": "`fullscreen-behaviors-demo`\n\nAttributes:\n\n * `fullscreen` {`boolean`} - \n\n * `fullscreen-enabled` {`boolean`} - \n\nProperties:\n\n * `fullscreenManager` - gets the fullscreen fullscreenManager singleton\n\n * `fullscreenTarget` {`this`} - element to make fullscreen, can be overidden\n\n * `fullscreenEnabled` - whether device is ready and capable for fullscreen\n\n * `__fullscreen` {`boolean`} - \n\n * `__fullscreenEnabled` {`boolean`} - ",
"attributes": [

@@ -16,3 +16,3 @@ {

"name": "fullscreen-enabled",
"description": "`fullscreen-enabled` {`boolean`} - \n\nProperty: __fullscreenEnabled\n\nDefault: false",
"description": "`fullscreen-enabled` {`boolean`} - \n\nProperty: __fullscreenEnabled",
"valueSet": "v"

@@ -24,3 +24,3 @@ }

"name": "fullscreen-behaviors",
"description": "`fullscreen-behaviors`\nabstracted fullscreen behaviors\n\nAttributes:\n\n * `fullscreen` {`boolean`} - \n\n * `fullscreen-enabled` {`boolean`} - \n\nProperties:\n\n * `fullscreenManager` - gets the fullscreen fullscreenManager singleton\n\n * `fullscreenTarget` {`this`} - element to make fullscreen, can be overidden\n\n * `fullscreenEnabled` {`boolean`} - whether device is ready and capable for fullscreen\n\n * `__fullscreen` {`boolean`} - \n\n * `__fullscreenEnabled` {`boolean`} - ",
"description": "`fullscreen-behaviors`\nabstracted fullscreen behaviors\n\nAttributes:\n\n * `fullscreen` {`boolean`} - \n\n * `fullscreen-enabled` {`boolean`} - \n\nProperties:\n\n * `fullscreenManager` - gets the fullscreen fullscreenManager singleton\n\n * `fullscreenTarget` {`this`} - element to make fullscreen, can be overidden\n\n * `fullscreenEnabled` - whether device is ready and capable for fullscreen\n\n * `__fullscreen` {`boolean`} - \n\n * `__fullscreenEnabled` {`boolean`} - ",
"attributes": [

@@ -34,3 +34,3 @@ {

"name": "fullscreen-enabled",
"description": "`fullscreen-enabled` {`boolean`} - \n\nProperty: __fullscreenEnabled\n\nDefault: false",
"description": "`fullscreen-enabled` {`boolean`} - \n\nProperty: __fullscreenEnabled",
"valueSet": "v"

@@ -62,3 +62,3 @@ }

"name": "fullscreen-behaviors",
"description": "`fullscreen-behaviors`\nabstracted fullscreen behaviors\n\nAttributes:\n\n * `fullscreen` {`boolean`} - \n\n * `fullscreen-enabled` {`boolean`} - \n\nProperties:\n\n * `fullscreenManager` - gets the fullscreen fullscreenManager singleton\n\n * `fullscreenTarget` {`this`} - element to make fullscreen, can be overidden\n\n * `fullscreenEnabled` {`boolean`} - whether device is ready and capable for fullscreen\n\n * `__fullscreen` {`boolean`} - \n\n * `__fullscreenEnabled` {`boolean`} - ",
"description": "`fullscreen-behaviors`\nabstracted fullscreen behaviors\n\nAttributes:\n\n * `fullscreen` {`boolean`} - \n\n * `fullscreen-enabled` {`boolean`} - \n\nProperties:\n\n * `fullscreenManager` - gets the fullscreen fullscreenManager singleton\n\n * `fullscreenTarget` {`this`} - element to make fullscreen, can be overidden\n\n * `fullscreenEnabled` - whether device is ready and capable for fullscreen\n\n * `__fullscreen` {`boolean`} - \n\n * `__fullscreenEnabled` {`boolean`} - ",
"attributes": [

@@ -72,3 +72,3 @@ {

"name": "fullscreen-enabled",
"description": "`fullscreen-enabled` {`boolean`} - \n\nProperty: __fullscreenEnabled\n\nDefault: false",
"description": "`fullscreen-enabled` {`boolean`} - \n\nProperty: __fullscreenEnabled",
"valueSet": "v"

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