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

@fastkit/helpers

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/helpers - npm Package Compare versions

Comparing version 0.6.10 to 0.6.11

6

dist/helpers.cjs.js

@@ -455,3 +455,7 @@ 'use strict';

function pushDynamicStyle(styleContent) {
return;
if (!IN_WINDOW)
return;
const style = document.createElement('style');
style.innerHTML = styleContent;
document.head.appendChild(style);
}

@@ -458,0 +462,0 @@ function addTransitionEvent(type, el, handler, opts) {

@@ -455,3 +455,7 @@ 'use strict';

function pushDynamicStyle(styleContent) {
return;
if (!IN_WINDOW)
return;
const style = document.createElement('style');
style.innerHTML = styleContent;
document.head.appendChild(style);
}

@@ -458,0 +462,0 @@ function addTransitionEvent(type, el, handler, opts) {

2

dist/helpers.esm-bundler.js

@@ -451,3 +451,3 @@ function toInt(value) {

function pushDynamicStyle(styleContent) {
if (!(typeof document !== 'undefined'))
if (!IN_WINDOW)
return;

@@ -454,0 +454,0 @@ const style = document.createElement('style');

{
"name": "@fastkit/helpers",
"version": "0.6.10",
"version": "0.6.11",
"description": "@fastkit/helpers",

@@ -5,0 +5,0 @@ "buildOptions": {

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