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

honeypot-run

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

honeypot-run - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

4

dist/core/public/Honeypot.d.ts

@@ -13,5 +13,5 @@ import { IFlow, IHoneypot } from ".";

callbacks: Record<string, Function[]>;
identify(id: string, props: Record<string, any>, type: string): Promise<void>;
identify(id: string, props?: Record<string, any>, type?: string): Promise<void>;
on(eventName: string, fn: Function): void;
flow(flowId: string, instanceId: string): Promise<IFlow>;
flow(flowId: string, instanceId?: string): Promise<IFlow>;
track(eventType: string, eventProperties?: Record<string, any>): Promise<any>;

@@ -18,0 +18,0 @@ init(): Promise<void>;

import { honeypot } from "./Honeypot";
export interface IHoneypot {
identify(id: string, props: Record<string, any>, type: string): Promise<void>;
identify(id: string, props?: Record<string, any> | null, type?: string | null): Promise<void>;
on(eventName: string, fn: Function): void;
flow(flowId: string, instanceId: string): Promise<IFlow>;
track(eventType: string, eventProperties?: Record<string, any>): Promise<any>;
flow(flowId: string, instanceId?: string | null): Promise<IFlow>;
track(eventType: string, eventProperties?: Record<string, any> | null): Promise<any>;
get(): Promise<any>;

@@ -8,0 +8,0 @@ }

@@ -5,3 +5,3 @@ {

"author": "https://honeypot.run",
"version": "0.2.11",
"version": "0.2.12",
"license": "BUSL-1.1",

@@ -8,0 +8,0 @@ "keywords": [

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