🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ismartify/reactive

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ismartify/reactive - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+2
-3
dist/index.d.cts

@@ -5,4 +5,2 @@ export { default as get } from 'lodash/get.js';

declare function isReactive(value: unknown): boolean;
declare class ISmartifyReactive {

@@ -14,2 +12,3 @@ #private;

set: <T = any>(key: string, value: T) => this;
merge: <T = any>(value: T) => this;
pick: (pattern: string | string[]) => Record<string, any>;

@@ -22,2 +21,2 @@ tap(fn?: (store: Record<string, any>) => void): this;

export { ISmartifyReactive, ISmartifyReactive as default, isReactive };
export { ISmartifyReactive, ISmartifyReactive as default };

@@ -5,4 +5,2 @@ export { default as get } from 'lodash/get.js';

declare function isReactive(value: unknown): boolean;
declare class ISmartifyReactive {

@@ -14,2 +12,3 @@ #private;

set: <T = any>(key: string, value: T) => this;
merge: <T = any>(value: T) => this;
pick: (pattern: string | string[]) => Record<string, any>;

@@ -22,2 +21,2 @@ tap(fn?: (store: Record<string, any>) => void): this;

export { ISmartifyReactive, ISmartifyReactive as default, isReactive };
export { ISmartifyReactive, ISmartifyReactive as default };
+1
-1
{
"name": "@ismartify/reactive",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display