dot-store-iframe
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -54,2 +54,3 @@ "use strict"; | ||
el.frameBorder = 0; | ||
el.height = 0; | ||
el.src = url; | ||
@@ -59,3 +60,3 @@ document.getElementById(divId).appendChild(el); | ||
case 15: | ||
case 16: | ||
case "end": | ||
@@ -62,0 +63,0 @@ return _context.stop(); |
{ | ||
"name": "dot-store-iframe", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "Iframe controller integration for dot-store", | ||
@@ -19,5 +19,5 @@ "keywords": [ | ||
"scripts": { | ||
"build": "rimraf dist; babel lib --out-dir dist --source-maps", | ||
"build": "babel lib --out-dir dist --source-maps", | ||
"fix": "npm run lint -- --fix", | ||
"prepublishOnly": "npm run build", | ||
"prepublishOnly": "rimraf dist; npm run build", | ||
"pretty": "prettier --write **/*.css **/*.json **/*.md", | ||
@@ -24,0 +24,0 @@ "lint": "eslint --ignore-path .gitignore --ext=js .", |
Sorry, the diff of this file is not supported yet
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
28935
357