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

@ikilote/magma

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ikilote/magma - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

15

CHANGELOG.md
# Changelog of @ikilote/magma
## 0.0.4 (2025-01-08)
### Fix
- Color picker:
- Fix alpha in popup
- Fix with Chromium
- Context menu:
- Fix shadow position for bubble context menu
- Fix CDK overlay with Chromium
### Demo
- Add home page
## 0.0.3 (2025-01-06)

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

7

lib/components/color-picker/color-picker.directive.d.ts
import { OverlayRef } from '@angular/cdk/overlay';
import { OnDestroy } from '@angular/core';
import { ComponentRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
import { MagmaColorPickerComponent } from './color-picker.component';
import * as i0 from "@angular/core";
export declare class MagmaColorPicker implements OnDestroy {
export declare class MagmaColorPicker implements OnDestroy, OnChanges {
private readonly overlay;

@@ -11,5 +12,7 @@ private readonly element;

static _overlayRef?: OverlayRef;
static _component?: ComponentRef<MagmaColorPickerComponent>;
colorChange: import("@angular/core").OutputEmitterRef<string>;
colorClose: import("@angular/core").OutputEmitterRef<string>;
private updateEmit?;
ngOnChanges(changes: SimpleChanges): void;
onContextMenu(event: MouseEvent): Promise<void>;

@@ -16,0 +19,0 @@ ngOnDestroy(): void;

{
"name": "@ikilote/magma",
"version": "0.0.3",
"version": "0.0.4",
"description": "Personal components.",

@@ -31,3 +31,7 @@ "author": "Célian Veyssière",

"angular",
"components"
"components",
"color picker",
"context menu",
"dialog",
"tabs"
],

@@ -34,0 +38,0 @@ "module": "fesm2022/ikilote-magma.mjs",

# @ikilote/magma
[![npm version](https://badge.fury.io/js/@ikilote/magma.svg)](https://badge.fury.io/js/@ikilote/magma) [![Downloads](https://img.shields.io/npm/dm/@ikilote/magma.svg)](https://www.npmjs.com/package/@ikilote/magma) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://git.ikilote.net/angular/magma/-/blob/main/LICENSE.md?ref_type=heads)
[![npm version](https://badge.fury.io/js/@ikilote%2Fmagma.svg)](https://badge.fury.io/js/@ikilote%2Fmagma) [![Downloads](https://img.shields.io/npm/dm/@ikilote%2Fmagma.svg)](https://www.npmjs.com/package/@ikilote%2Fmagma) [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://git.ikilote.net/angular/magma/-/blob/main/LICENSE.md)

@@ -11,2 +11,3 @@ Magma is a component library for my personal projects, because I don't want to copy/paste.

- Color picker
- Context-menu

@@ -13,0 +14,0 @@ - List in options

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