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

ultramarked

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ultramarked - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json

@@ -10,3 +10,3 @@ {

},
"version": "1.0.1",
"version": "1.0.2",
"repository": {

@@ -13,0 +13,0 @@ "type": "git",

@@ -208,3 +208,3 @@ /*

function invalidSource (tag, attrs, options) {
function invalidIframeSource (tag, attrs, options) {
if (tag !== 'iframe') {

@@ -274,3 +274,3 @@ return false;

out(tag);
if (invalidIframe(tag, attrs, options)) {
if (invalidIframeSource(tag, attrs, options)) {
delete attrs.src;

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