@pluginjs/global-component
Advanced tools
Comparing version 0.7.17 to 0.7.18
/*! | ||
* @pluginjs/global-component v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
* @pluginjs/global-component v0.7.18 (https://pluginjs.com) | ||
* Copyright 2020 Creation Studio Limited | ||
* Released under the GPL-3.0 License. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* @pluginjs/global-component v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
* @pluginjs/global-component v0.7.18 (https://pluginjs.com) | ||
* Copyright 2020 Creation Studio Limited | ||
* Released under the GPL-3.0 License. | ||
*/ | ||
"use strict";function _interopDefault(e){return e&&"object"==typeof e&&"default"in e?e.default:e}var Component=_interopDefault(require("@pluginjs/component"));class GlobalComponent extends Component{constructor(){super(window.document.documentElement)}}module.exports=GlobalComponent; |
/*! | ||
* @pluginjs/global-component v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
* @pluginjs/global-component v0.7.18 (https://pluginjs.com) | ||
* Copyright 2020 Creation Studio Limited | ||
* Released under the GPL-3.0 License. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* @pluginjs/global-component v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
* @pluginjs/global-component v0.7.18 (https://pluginjs.com) | ||
* Copyright 2020 Creation Studio Limited | ||
* Released under the GPL-3.0 License. | ||
*/ | ||
import e from"@pluginjs/component";export default class extends e{constructor(){super(window.document.documentElement)}} |
/*! | ||
* @pluginjs/global-component v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
* @pluginjs/global-component v0.7.18 (https://pluginjs.com) | ||
* Copyright 2020 Creation Studio Limited | ||
* Released under the GPL-3.0 License. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* @pluginjs/global-component v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
* @pluginjs/global-component v0.7.18 (https://pluginjs.com) | ||
* Copyright 2020 Creation Studio Limited | ||
* Released under the GPL-3.0 License. | ||
*/ | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@pluginjs/component")):"function"==typeof define&&define.amd?define(["@pluginjs/component"],e):(t=t||self)["@pluginjs/global-component"]=e(t["@pluginjs/component"])}(this,(function(t){"use strict";function e(t){return(e=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function n(t,e){return(n=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function o(t,e){return!e||"object"!=typeof e&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}return function(t){function r(){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,r),o(this,e(r).call(this,window.document.documentElement))}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&n(t,e)}(r,t),r}(t=t&&t.hasOwnProperty("default")?t.default:t)})); |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "0.7.17", | ||
"version": "0.7.18", | ||
"category": "core", | ||
@@ -37,7 +37,7 @@ "main": "dist/global-plugin.common.js", | ||
"dependencies": { | ||
"@pluginjs/component": "^0.7.16" | ||
"@pluginjs/component": "^0.7.17" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.5", | ||
"@pluginjs/browserslist-config": "^1.2.12", | ||
"@pluginjs/browserslist-config": "^1.2.14", | ||
"@pluginjs/cli": "^0.7.15", | ||
@@ -69,4 +69,4 @@ "babel-jest": "*", | ||
], | ||
"gitHead": "f0767d4ff57027169d885ad7a3a46dbc4ff5cf7f", | ||
"gitHead": "45f59203aaa9720d1fb61f5e96cde6d73b4cf2c8", | ||
"title": "Plugin" | ||
} |
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
Updated@pluginjs/component@^0.7.17