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

@huolala-tech/page-spy-types

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huolala-tech/page-spy-types - npm Package Compare versions

Comparing version 1.8.9 to 1.9.0

3

lib/base.d.ts

@@ -37,2 +37,5 @@ import type {

removeListener(type: InteractiveType, fn: InteractiveEventCallback): void;
removeListener(type: InternalType, fn: InternalEventCallback): void;
dispatchEvent(

@@ -39,0 +42,0 @@ type: InteractiveType | InternalType,

@@ -56,2 +56,7 @@ import { SocketStoreType } from './base';

export interface UpdateConfig {
title?: string;
project?: string;
}
export interface PageSpyBase {

@@ -65,2 +70,3 @@ version: string;

abort(): void;
updateRoomInfo(obj: UpdateConfig): void;
}

@@ -79,2 +85,7 @@

socketStore: SocketStoreType;
/**
* The atom instance to store js object info.
*/
atom: any;
}

@@ -81,0 +92,0 @@

4

package.json
{
"name": "@huolala-tech/page-spy-types",
"version": "1.8.9",
"version": "1.9.0",
"description": "Types for PageSpy SDK",

@@ -22,3 +22,3 @@ "license": "MIT",

},
"gitHead": "ac4420682a89afe7e2a0145d28d67d7f73efd24c"
"gitHead": "2649c52819a354410fd3f0ee65e53fa1790a829c"
}
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