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

blow-dry

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blow-dry - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

blow-dry.js

@@ -67,2 +67,3 @@ export class BlowDry extends HTMLElement {

throw 404;
this.blowDryToHead(rn);
const templ = document.createElement('template');

@@ -72,3 +73,2 @@ templ.innerHTML = rn.innerHTML;

this.doCleanup(templ.content);
this.blowDryToHead(templ.content);
// this.expandTemplatesWithinScope(templ.content, true);

@@ -75,0 +75,0 @@ this.#canonicalTemplate = templ;

@@ -74,2 +74,3 @@ import {BlowDryProps} from './types';

if(!rn) throw 404;
this.blowDryToHead(rn as DocumentFragment);
const templ = document.createElement('template');

@@ -79,3 +80,2 @@ templ.innerHTML = rn.innerHTML;

this.doCleanup(templ.content);
this.blowDryToHead(templ.content);
// this.expandTemplatesWithinScope(templ.content, true);

@@ -82,0 +82,0 @@ this.#canonicalTemplate = templ;

{
"name": "blow-dry",
"version": "0.0.6",
"version": "0.0.7",
"keywords": [

@@ -5,0 +5,0 @@ "web-components",

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