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

smartnftportal

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartnftportal - npm Package Compare versions

Comparing version 1.0.102 to 1.0.103

2

dist/SmartNFTPortal.js

@@ -217,3 +217,3 @@ "use strict";

iframe.className = className;
iframe.sandbox = 'allow-scripts allow-forms';
iframe.sandbox = 'allow-scripts allow-forms allow-same-origin';
iframe.src = e.data.url;

@@ -220,0 +220,0 @@ iFrameRef.current.replaceWith(iframe);

@@ -19,3 +19,3 @@ {

"license": "BSD-3-Clause-Attribution",
"version": "1.0.102",
"version": "1.0.103",
"main": "dist/index.js",

@@ -22,0 +22,0 @@ "scripts": {

@@ -193,3 +193,3 @@

iframe.className=className;
iframe.sandbox='allow-scripts allow-forms';
iframe.sandbox='allow-scripts allow-forms allow-same-origin';
iframe.src=e.data.url;

@@ -196,0 +196,0 @@ iFrameRef.current.replaceWith(iframe);

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