You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@veltdev/react

Package Overview
Dependencies
Maintainers
2
Versions
575
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veltdev/react - npm Package Compare versions

Comparing version
1.0.100
to
1.0.101
+2
-3
cjs/types/components/Snippyly/Snippyly.stories.d.ts

@@ -1,4 +0,3 @@

import React from 'react';
declare const _default: ComponentMeta<React.FC<import("./Snippyly").IVeltProps>>;
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-bf5e6555").R, import("./Snippyly").IVeltProps>;
export default _default;
export declare const Snippyly1: any;
export declare const Snippyly1: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-bf5e6555").R, import("./Snippyly").IVeltProps>;
+2
-2

@@ -1,2 +0,2 @@

import { Location, User, UserOptions } from "@veltdev/types";
import { Location, User, Options } from "@veltdev/types";
/**

@@ -9,3 +9,3 @@ * @beta This hook is in beta

*/
export declare function useIdentify(user: User, userOptions?: UserOptions): void;
export declare function useIdentify(user: User, userOptions?: Options): void;
/**

@@ -12,0 +12,0 @@ * @beta This hook is in beta

@@ -1,4 +0,3 @@

import React from 'react';
declare const _default: ComponentMeta<React.FC<import("./Snippyly").IVeltProps>>;
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-bf5e6555").R, import("./Snippyly").IVeltProps>;
export default _default;
export declare const Snippyly1: any;
export declare const Snippyly1: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-bf5e6555").R, import("./Snippyly").IVeltProps>;

@@ -1,2 +0,2 @@

import { Location, User, UserOptions } from "@veltdev/types";
import { Location, User, Options } from "@veltdev/types";
/**

@@ -9,3 +9,3 @@ * @beta This hook is in beta

*/
export declare function useIdentify(user: User, userOptions?: UserOptions): void;
export declare function useIdentify(user: User, userOptions?: Options): void;
/**

@@ -12,0 +12,0 @@ * @beta This hook is in beta

/// <reference types="react" />
import React from 'react';
import { Config, Velt, User, UserOptions, Location as Location$1, CommentElement, CommentAnnotation, CursorElement, CursorUser, LiveStateSyncElement, UserEditorAccess, EditorAccessTimer, PresenceElement, PresenceUser, RecorderElement, RewriterElement, SelectionElement, TagElement, TagAnnotation, ViewsElement, ViewsByUser, ViewsByDate, NotificationElement, Notification } from '@veltdev/types';
import { Config, Velt, User, Options, Location as Location$1, CommentElement, CommentAnnotation, CursorElement, CursorUser, LiveStateSyncElement, UserEditorAccess, EditorAccessTimer, PresenceElement, PresenceUser, RecorderElement, RewriterElement, SelectionElement, TagElement, TagAnnotation, ViewsElement, ViewsByUser, ViewsByDate, NotificationElement, Notification } from '@veltdev/types';

@@ -355,3 +355,3 @@ interface IVeltProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {

*/
declare function useIdentify(user: User, userOptions?: UserOptions): void;
declare function useIdentify(user: User, userOptions?: Options): void;
/**

@@ -358,0 +358,0 @@ * @beta This hook is in beta

{
"name": "@veltdev/react",
"version": "1.0.100",
"version": "1.0.101",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {