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

@reactively/decorate

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactively/decorate - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

./dist/decorate.js

3

dist/decorate.d.ts

@@ -13,2 +13,5 @@ import { Reactive, ReactivelyParams } from "@reactively/core";

export declare class HasReactive implements HasReactiveInternal {
/** Collection of reactive nodes, indexed by property name.
* @internal
*/
__reactive?: Record<string, Reactive<unknown>>;

@@ -15,0 +18,0 @@ constructor();

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

export class HasReactive {
/** Collection of reactive nodes, indexed by property name.
* @internal
*/
__reactive;

@@ -25,0 +28,0 @@ constructor() {

2

package.json
{
"name": "@reactively/decorate",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

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

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