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

classy-solid

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classy-solid - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

dist/index.d.ts

@@ -8,3 +8,3 @@ export * from './component.js';

export * from './decorators/index.js';
export declare const version = "0.3.2";
export declare const version = "0.3.3";
//# sourceMappingURL=index.d.ts.map

@@ -8,3 +8,3 @@ export * from './component.js';

export * from './decorators/index.js';
export const version = '0.3.2';
export const version = '0.3.3';
//# sourceMappingURL=index.js.map
{
"name": "classy-solid",
"version": "0.3.2",
"version": "0.3.3",
"description": "Solid.js reactivity patterns for classes, and class components.",

@@ -5,0 +5,0 @@ "info": "The `classy-solid` package gives you a `@signal` decorator to make reactive class properties, an `@component` decorator to use classes as Solid components, and some other APIs to simplify usage of reactive patterns in classes. It is still early, more features and changes to come!",

@@ -590,4 +590,6 @@ # classy-solid

```js
import {reactive, signal, Effectful} from 'classy-solid'
@reactive
class CounterDisplay extends HTMLElement {
class CounterDisplay extends Effectful(HTMLElement) {
@signal count

@@ -594,0 +596,0 @@

@@ -10,2 +10,2 @@ export * from './component.js'

export const version = '0.3.2'
export const version = '0.3.3'

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