Socket
Socket
Sign inDemoInstall

@huolala-tech/page-spy-types

Package Overview
Dependencies
Maintainers
6
Versions
29
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.8 to 1.8.9

lib/client.d.ts

2

index.d.ts

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

export * as SpyDevice from './lib/device';
export * as SpySocket from './lib/socket-event';

@@ -7,2 +6,3 @@ export * as SpyMessage from './lib/message-type';

export * as SpyMP from './lib/mini-program';
export * as SpyClient from './lib/client';

@@ -9,0 +9,0 @@ export * as SpyConsole from './lib/console';

export type DataType =
| 'connect'
| 'client-info'
| 'console'

@@ -4,0 +5,0 @@ | 'system'

@@ -6,3 +6,9 @@ export interface RequestInfo {

url: string;
requestType: 'xhr' | 'fetch' | 'ping' | 'mp-request' | 'mp-upload';
requestType:
| 'xhr'
| 'fetch'
| 'ping'
| 'mp-request'
| 'mp-upload'
| 'eventsource';
/**

@@ -9,0 +15,0 @@ * `Content-Type` is a special value in requestHeader.

@@ -11,3 +11,5 @@ import type { DataType, InteractiveType, MessageItem } from './message-type';

| 'error'
| 'ping';
| 'ping'
| 'pong'
| 'updateRoomInfo';

@@ -98,3 +100,4 @@ export interface Connection {

| PingEvent
| PongEvent;
| PongEvent
| UpdateRoomInfoEvent;

@@ -101,0 +104,0 @@ export type PackedEvent = Event & {

@@ -5,3 +5,4 @@ export type DataType =

| 'cookie'
| 'mpStorage';
| 'mpStorage' // mini program storage
| 'asyncStorage'; // react native storage
export type ActionType = 'clear' | 'remove' | 'get' | 'set';

@@ -8,0 +9,0 @@

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

import { Browser, OS } from './device';
export type Category =

@@ -4,0 +2,0 @@ | 'Element'

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

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

},
"gitHead": "12415044cde4070fbed62981627dc8d40a9aa668"
"gitHead": "ac4420682a89afe7e2a0145d28d67d7f73efd24c"
}
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