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

@smallstack/components

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallstack/components - npm Package Compare versions

Comparing version 0.3.21 to 0.3.22

9

dist/bundle/dts/ComponentsRegistry.d.ts

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

import { BaseComponent } from "./BaseComponent";
import { ComponentType } from "./ComponentType";

@@ -8,8 +7,8 @@ export declare class ComponentsRegistry {

*/
static register(componentName: string, component: typeof BaseComponent): void;
static register(componentName: string, component: any): void;
private components;
register(componentName: string, component: typeof BaseComponent): void;
register(componentName: string, component: any): void;
getAllComponentNames(): string[];
getAllComponents(): Array<typeof BaseComponent>;
getComponentByName(name: string): typeof BaseComponent;
getAllComponents(): any[];
getComponentByName(name: string): any;
isRegistered(componentName: string): boolean;

@@ -16,0 +15,0 @@ getComponentsByType<T>(type: ComponentType): T[];

{
"name": "@smallstack/components",
"version": "0.3.21",
"version": "0.3.22",
"description": "Base functionality for smallstack components",

@@ -5,0 +5,0 @@ "main": "dist/bundle/index.umd.js",

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