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

analog-clock-components

Package Overview
Dependencies
Maintainers
0
Versions
573
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analog-clock-components - npm Package Compare versions

Comparing version

to
0.2.3

dist/analog-clock/p-a882fe9b.js

2

dist/analog-clock/analog-clock.esm.js

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

import{p as e,b as a}from"./p-dac57ec6.js";export{s as setNonce}from"./p-dac57ec6.js";import{g as o}from"./p-e1255160.js";(()=>{const a=import.meta.url,o={};return""!==a&&(o.resourcesUrl=new URL(".",a).href),e(o)})().then((async e=>(await o(),a([["p-08fb2d5a",[[1,"analog-clock",{size:[2],timeZone:[2,"time-zone"],time:[32]}]]]],e))));
import{p as e,b as a}from"./p-a882fe9b.js";export{s as setNonce}from"./p-a882fe9b.js";import{g as o}from"./p-e1255160.js";(()=>{const a=import.meta.url,o={};return""!==a&&(o.resourcesUrl=new URL(".",a).href),e(o)})().then((async e=>(await o(),a([["p-bc7d9ba5",[[1,"analog-clock",{size:[2],timeZone:[2,"time-zone"],time:[32]}]]]],e))));

@@ -5,3 +5,3 @@ 'use strict';

const index = require('./index-15cfd0dd.js');
const index = require('./index-b4b51eec.js');

@@ -8,0 +8,0 @@ const analogClockCss = ".clock #circle{stroke:var(--clock-circle-color, black)}.clock #hour{stroke:var(--clock-hour-color, black)}.clock #minute{stroke:var(--clock-minute-color, black)}.clock #second{stroke:var(--clock-second-color, black)}";

@@ -5,7 +5,7 @@ 'use strict';

const index = require('./index-15cfd0dd.js');
const index = require('./index-b4b51eec.js');
const appGlobals = require('./app-globals-3a1e7e63.js');
/*
Stencil Client Patch Browser v4.26.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v4.27.0 | MIT Licensed | https://stenciljs.com
*/

@@ -12,0 +12,0 @@ var patchBrowser = () => {

@@ -5,3 +5,3 @@ 'use strict';

const index = require('./index-15cfd0dd.js');
const index = require('./index-b4b51eec.js');
const appGlobals = require('./app-globals-3a1e7e63.js');

@@ -8,0 +8,0 @@

@@ -7,3 +7,3 @@ {

"name": "@stencil/core",
"version": "4.26.0",
"version": "4.27.0",
"typescriptVersion": "5.5.4"

@@ -10,0 +10,0 @@ },

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

import { r as registerInstance, h } from './index-1ed6ca7f.js';
import { r as registerInstance, h } from './index-593f7125.js';

@@ -3,0 +3,0 @@ const analogClockCss = ".clock #circle{stroke:var(--clock-circle-color, black)}.clock #hour{stroke:var(--clock-hour-color, black)}.clock #minute{stroke:var(--clock-minute-color, black)}.clock #second{stroke:var(--clock-second-color, black)}";

@@ -1,7 +0,7 @@

import { p as promiseResolve, b as bootstrapLazy } from './index-1ed6ca7f.js';
export { s as setNonce } from './index-1ed6ca7f.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-593f7125.js';
export { s as setNonce } from './index-593f7125.js';
import { g as globalScripts } from './app-globals-0f993ce5.js';
/*
Stencil Client Patch Browser v4.26.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v4.27.0 | MIT Licensed | https://stenciljs.com
*/

@@ -8,0 +8,0 @@ var patchBrowser = () => {

@@ -1,3 +0,3 @@

import { b as bootstrapLazy } from './index-1ed6ca7f.js';
export { s as setNonce } from './index-1ed6ca7f.js';
import { b as bootstrapLazy } from './index-593f7125.js';
export { s as setNonce } from './index-593f7125.js';
import { g as globalScripts } from './app-globals-0f993ce5.js';

@@ -4,0 +4,0 @@

@@ -12,2 +12,6 @@ /* eslint-disable */

"timeZone": number;
/**
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
*/
"time-zone"?: number;
}

@@ -30,2 +34,6 @@ }

"timeZone"?: number;
/**
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
*/
"time-zone"?: number;
}

@@ -32,0 +40,0 @@ interface IntrinsicElements {

{
"name": "analog-clock-components",
"version": "0.2.2",
"version": "0.2.3",
"description": "Stencil Component Starter",

@@ -28,11 +28,11 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@stencil/core": "4.26.0"
"@stencil/core": "4.27.0"
},
"license": "MIT",
"devDependencies": {
"cspell": "8.17.4",
"cspell": "8.17.5",
"eslint": "9.21.0",
"prettier": "3.5.1",
"prettier": "3.5.2",
"typescript": "5.7.3"
}
}