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

blow-dry

Package Overview
Dependencies
Maintainers
0
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.10 to 0.0.11

2

blow-dry.js

@@ -56,2 +56,4 @@ export class BlowDry extends HTMLElement {

head.dataset.blowDryCnt = currentCnt.toString();
se.removeAttribute('blow-dry');
se.removeAttribute('data-blow-dry');
}

@@ -58,0 +60,0 @@ blowDryTemplElement(templ) {

4

blow-dry.ts

@@ -61,6 +61,8 @@ import {BlowDryProps} from './types';

se.dataset.blowDryScriptRef = id;
(<any>head)[id] = se.src ? [se.src] :se.innerHTML;
(<any>head)[id] = se.src ? [se.src] : se.innerHTML;
se.innerHTML = '';
currentCnt++;
head.dataset.blowDryCnt = currentCnt.toString();
se.removeAttribute('blow-dry');
se.removeAttribute('data-blow-dry');
}

@@ -67,0 +69,0 @@

{
"name": "blow-dry",
"version": "0.0.10",
"version": "0.0.11",
"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