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

@responsive-ui/bottom-modal

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@responsive-ui/bottom-modal - npm Package Compare versions

Comparing version 0.2.6 to 0.3.2

16

lib/index.js

@@ -1,2 +0,2 @@

var app = (function () {
var BottomModal = (function () {
'use strict';

@@ -544,3 +544,3 @@

/* packages/icon/src/Icon.svelte generated by Svelte v3.31.0 */
/* components/icon/src/Icon.svelte generated by Svelte v3.31.0 */

@@ -752,3 +752,3 @@ function create_else_block(ctx) {

/* packages/bottom-modal/src/BottomModal.svelte generated by Svelte v3.31.0 */
/* components/bottom-modal/src/BottomModal.svelte generated by Svelte v3.31.0 */

@@ -759,5 +759,4 @@ function create_if_block$1(ctx) {

let current;
let mounted;
let dispose;
icon = new Icon({ props: { type: "x" } });
icon.$on("click", /*click_handler_1*/ ctx[9]);

@@ -774,7 +773,2 @@ return {

current = true;
if (!mounted) {
dispose = listen(i, "click", /*click_handler_1*/ ctx[9]);
mounted = true;
}
},

@@ -794,4 +788,2 @@ p: noop,

destroy_component(icon);
mounted = false;
dispose();
}

@@ -798,0 +790,0 @@ };

{
"name": "@responsive-ui/bottom-modal",
"version": "0.2.6",
"version": "0.3.2",
"description": "Bottom Modal component",

@@ -33,6 +33,6 @@ "author": "Si3nLoong <sianloong90@gmail.com>",

},
"gitHead": "660a3420484ad762dfadd14be9d3e4de1de6878b",
"gitHead": "1eaa7a1534ff5613fdbfaaafe993a5a07aaba701",
"dependencies": {
"@responsive-ui/icon": "^0.2.5"
"@responsive-ui/icon": "^0.3.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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