New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@huolala-tech/page-spy-base

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.1.0 to 2.1.1

4

dist/request-item.d.ts

@@ -6,3 +6,3 @@ import { SpyNetwork } from '@huolala-tech/page-spy-types';

url: string;
requestType: 'xhr' | 'fetch' | 'ping' | 'mp-request' | 'mp-upload' | 'eventsource';
requestType: SpyNetwork.RequestType;
requestHeader: [string, string][] | null;

@@ -14,3 +14,3 @@ status: number | string;

responseReason: string | null;
responseType: XMLHttpRequest['responseType'];
responseType: SpyNetwork.ResponseType;
responseHeader: [string, string][] | null;

@@ -17,0 +17,0 @@ startTime: number;

{
"name": "@huolala-tech/page-spy-base",
"version": "2.1.0",
"version": "2.1.1",
"description": "The common utils of PageSpy.",
"dependencies": {
"@huolala-tech/page-spy-types": "^2.1.0"
"@huolala-tech/page-spy-types": "^2.1.1"
},

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

],
"gitHead": "1c29db7f3f5f060cd82e3e57df725e768414a11c"
"gitHead": "cefcc2c127ca82ff33ddb62d0481f9ca0b8c98fc"
}
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