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

@flk/modal

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flk/modal - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

dist/flk-modal.component.js

@@ -42,3 +42,3 @@ class Modal {

this.theme = this.prop('theme', this.config('theme', this.defaultTheme));
this.backdrop = this.prop('backdrop', this.config('backdrop', false));
this.backdrop = this.prop('backdrop', this.config('backdrop', true));
this.modalHeader = this.prop('heading', this.prop('header'));

@@ -45,0 +45,0 @@ this.showUpAnimation = this.prop('animateShow', this.config('animation.show', 'fadeIn'));

{
"name": "@flk/modal",
"version": "1.3.3",
"version": "1.3.4",
"description": "Modal popup for Falak framework",

@@ -5,0 +5,0 @@ "main": "dist/flk-modal.component.js",

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