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

classy-solid

Package Overview
Dependencies
Maintainers
0
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.4.0 to 0.4.1

1

dist/decorators/signal.js

@@ -114,3 +114,2 @@ import { $PROXY } from 'solid-js';

queueMicrotask(() => {
console.log(name, getOrSet, pairs);
if (pairs[name] !== 2) throw new MissingDecoratorError(name);

@@ -117,0 +116,0 @@ });

2

dist/index.d.ts

@@ -5,3 +5,3 @@ export * from './decorators/index.js';

export * from './signals/index.js';
export declare const version = "0.4.0";
export declare const version = "0.4.1";
//# sourceMappingURL=index.d.ts.map

@@ -5,3 +5,3 @@ export * from './decorators/index.js';

export * from './signals/index.js';
export const version = '0.4.0';
export const version = '0.4.1';
//# sourceMappingURL=index.js.map
{
"name": "classy-solid",
"version": "0.4.0",
"version": "0.4.1",
"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!",

@@ -130,3 +130,2 @@ import {$PROXY} from 'solid-js'

queueMicrotask(() => {
console.log(name, getOrSet, pairs)
if (pairs[name] !== 2) throw new MissingDecoratorError(name)

@@ -133,0 +132,0 @@ })

@@ -6,2 +6,2 @@ export * from './decorators/index.js'

export const version = '0.4.0'
export const version = '0.4.1'

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