New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kanbancast-components

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kanbancast-components - npm Package Compare versions

Comparing version

to
1.1.1

12

dist/board-view.es.js

@@ -56,3 +56,3 @@ import { css as C, LitElement as P, html as y } from "lit";

*/
const { is: j, defineProperty: D, getOwnPropertyDescriptor: M, getOwnPropertyNames: R, getOwnPropertySymbols: z, getPrototypeOf: I } = Object, h = globalThis, S = h.trustedTypes, L = S ? S.emptyScript : "", v = h.reactiveElementPolyfillSupport, u = (s, t) => s, g = { toAttribute(s, t) {
const { is: j, defineProperty: D, getOwnPropertyDescriptor: R, getOwnPropertyNames: z, getOwnPropertySymbols: M, getPrototypeOf: I } = Object, h = globalThis, S = h.trustedTypes, L = S ? S.emptyScript : "", v = h.reactiveElementPolyfillSupport, u = (s, t) => s, g = { toAttribute(s, t) {
switch (t) {

@@ -101,3 +101,3 @@ case Boolean:

static getPropertyDescriptor(t, e, o) {
const { get: i, set: r } = M(this.prototype, t) ?? { get() {
const { get: i, set: r } = R(this.prototype, t) ?? { get() {
return this[e];

@@ -127,3 +127,3 @@ }, set(n) {

if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(u("properties"))) {
const e = this.properties, o = [...R(e), ...z(e)];
const e = this.properties, o = [...z(e), ...M(e)];
for (const i of o)

@@ -306,3 +306,3 @@ this.createProperty(i, e[i]);

*/
const F = { attribute: !0, type: String, converter: g, reflect: !1, hasChanged: $ }, N = (s = F, t, e) => {
const N = { attribute: !0, type: String, converter: g, reflect: !1, hasChanged: $ }, F = (s = N, t, e) => {
const { kind: o, metadata: i } = e;

@@ -329,3 +329,3 @@ let r = globalThis.litPropertyMetadata.get(i);

function d(s) {
return (t, e) => typeof e == "object" ? N(s, t, e) : ((o, i, r) => {
return (t, e) => typeof e == "object" ? F(s, t, e) : ((o, i, r) => {
const n = i.hasOwnProperty(r);

@@ -360,3 +360,3 @@ return i.constructor.createProperty(r, n ? { ...o, wrapped: !0 } : o), n ? Object.getOwnPropertyDescriptor(i, r) : void 0;

/* Your existing statuses */
], this.projectId = 1, this.newTaskTitle = "", this.newTaskDescription = "", this.apiKey = "xMFmZ0mI9OT5", this.selectedTab = "Active", this.showModal = !1, this.theme = "light", this.votes = {};
], this.projectId = 1, this.newTaskTitle = "", this.newTaskDescription = "", this.apiKey = "arwn30IP3lx3", this.selectedTab = "Active", this.showModal = !1, this.theme = "light", this.votes = {};
}

@@ -363,0 +363,0 @@ toggleTheme() {

{
"name": "kanbancast-components",
"private": false,
"version": "1.1.0",
"version": "1.1.1",
"type": "module",

@@ -6,0 +6,0 @@ "types": "dist/board-view.d.ts",

@@ -29,3 +29,3 @@ import { LitElement, html, css } from 'lit';

@property({ type: String }) newTaskDescription: string = '';
@property({ type: String }) apiKey: string = 'xMFmZ0mI9OT5';
@property({ type: String }) apiKey: string = 'arwn30IP3lx3';

@@ -32,0 +32,0 @@ @state() selectedTab: string = 'Active';