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

@cocreate/modal

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/modal - npm Package Compare versions

Comparing version 1.17.1 to 1.17.2

18

package.json
{
"name": "@cocreate/modal",
"version": "1.17.1",
"version": "1.17.2",
"description": "A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.",

@@ -61,11 +61,11 @@ "keywords": [

"dependencies": {
"@cocreate/actions": "^1.18.1",
"@cocreate/crud-client": "^1.33.8",
"@cocreate/element-prototype": "^1.22.2",
"@cocreate/local-storage": "^1.14.3",
"@cocreate/observer": "^1.16.0",
"@cocreate/position": "^1.9.0",
"@cocreate/socket-client": "^1.39.0",
"@cocreate/uuid": "^1.11.1"
"@cocreate/actions": "^1.18.2",
"@cocreate/crud-client": "^1.33.9",
"@cocreate/element-prototype": "^1.23.0",
"@cocreate/local-storage": "^1.15.0",
"@cocreate/observer": "^1.16.1",
"@cocreate/position": "^1.9.1",
"@cocreate/socket-client": "^1.39.1",
"@cocreate/uuid": "^1.11.2"
}
}

@@ -146,6 +146,6 @@ import uuid from '@cocreate/uuid'

headerTemplate = `<div class="nav bg-light-gray"><ul class="modal-header">
<li><a class="minimizeBtn"><i class="height:18px fill:#505050" src="/assets/svg/window-minimize.svg"></i></a></li>
<li><a class="minimizeBtn"><i class="height:18px" src="/assets/svg/window-minimize.svg"></i></a></li>
<li><a class="maximizeBtn"><i class="far fa-window-restore"></i></a></li>
<!-- <li><a class="parkBtn"><i class="fas fa-dot-circle "></i></a></li> -->
<li><a class="closeBtn"><i class="height:18px fill:#505050" src="/assets/svg/times.svg"></i></a></li>
<li><a class="closeBtn"><i class="height:18px" src="/assets/svg/times.svg"></i></a></li>
</ul></div>`;

@@ -152,0 +152,0 @@

Sorry, the diff of this file is too big to display

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