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

stylized-component

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylized-component - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

dist/index.d.ts
export { Theme } from './Theme';
export { ThemedComponent, themeKey } from './ThemedComponent';
export { ThemedComponent, ThemeKey } from './ThemedComponent';
export { ThemeProvider, ThemeProps } from './ThemeProvider';

@@ -5,5 +5,5 @@ "use strict";

exports.ThemedComponent = ThemedComponent_1.ThemedComponent;
exports.themeKey = ThemedComponent_1.themeKey;
exports.ThemeKey = ThemedComponent_1.ThemeKey;
var ThemeProvider_1 = require("./ThemeProvider");
exports.ThemeProvider = ThemeProvider_1.ThemeProvider;
//# sourceMappingURL=index.js.map

@@ -21,2 +21,2 @@ /// <reference types="react" />

}
export declare const themeKey: (key: string) => (target: Function) => void;
export declare const ThemeKey: (key: string) => (target: Function) => void;

@@ -36,3 +36,3 @@ "use strict";

exports.ThemedComponent = ThemedComponent;
exports.themeKey = function (key) {
exports.ThemeKey = function (key) {
return function (target) {

@@ -39,0 +39,0 @@ Reflect.defineMetadata('themeKey', key, target);

{
"name": "stylized-component",
"version": "0.0.6",
"version": "0.0.7",
"description": "A design prototype",

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

export { Theme } from './Theme';
export { ThemedComponent, themeKey } from './ThemedComponent';
export { ThemedComponent, ThemeKey } from './ThemedComponent';
export { ThemeProvider, ThemeProps } from './ThemeProvider';

@@ -34,3 +34,3 @@ import * as _ from 'lodash';

export const themeKey = (key: string) => {
export const ThemeKey = (key: string) => {
return function (target: Function) {

@@ -37,0 +37,0 @@ Reflect.defineMetadata('themeKey', key, target);

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