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

react-amplitude-hooks

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-amplitude-hooks - npm Package Compare versions

Comparing version 0.10.3 to 0.10.4

4

dist/components/Amplitude.d.ts

@@ -10,4 +10,4 @@ import * as PropTypes from "prop-types";

export declare function useAmplitude(eventProperties?: object, instanceName?: string): {
logEvent: (eventType: string, eventPropertiesIn?: object, callback?: any) => void;
instrument: <T extends Function>(eventType: string, func: T) => T;
logEvent: <T extends string>(eventType: T, eventPropertiesIn?: object, callback?: any) => void;
instrument: <T_1 extends Function>(eventType: string, func: T_1) => T_1;
eventProperties: any;

@@ -14,0 +14,0 @@ amplitudeInstance: import("amplitude-js").AmplitudeClient | undefined;

@@ -54,3 +54,3 @@ {

"types": "dist/index.d.ts",
"version": "0.10.3"
"version": "0.10.4"
}
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