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

msc-collages

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msc-collages - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

11

mjs/wc-msc-collages.js

@@ -137,3 +137,3 @@ import { _wcl } from './common-lib.js';

this.#data = {
controller: new AbortController()
controller: ''
};

@@ -158,4 +158,2 @@

async connectedCallback() {
const signal = this.#data.controller.signal;
const { config, error } = await _wcl.getWCConfig(this);

@@ -178,2 +176,4 @@

// evts
this.#data.controller = new AbortController();
const signal = this.#data.controller.signal;
this.#nodes.grid.addEventListener('click', this._onCollageClick, { signal });

@@ -183,4 +183,5 @@ }

disconnectedCallback() {
// evts
this.#data.controller.abort();
if (this.#data?.controller) {
this.#data.controller.abort();
}
}

@@ -187,0 +188,0 @@

{
"name": "msc-collages",
"version": "1.0.4",
"version": "1.0.5",
"description": "People love collages. With collages we could combined several images together and make them more vivid and interesting. Developers could apply <msc-collages /> instead of annoying HTML code & CSS setting. All we need to do is just make a few setting and everything will be all set.",

@@ -5,0 +5,0 @@ "main": "index.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