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

dot-store-iframe

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-store-iframe - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

3

dist/iframes.js

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

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