Socket
Socket
Sign inDemoInstall

@alwaysmeticulous/api

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/api - npm Package Compare versions

Comparing version 2.97.0 to 2.106.0

8

dist/sdk-bundle-api/sdk-to-bundle/har-log.d.ts

@@ -18,3 +18,3 @@ export interface HarLog {

headers: NameValueEntry[];
queryString: NameValueEntry[];
queryString: QueryStringNameValueEntry[];
postData?: {

@@ -36,3 +36,7 @@ mimeType: string;

name: string;
value: string;
value: object | string;
}
export interface QueryStringNameValueEntry {
name: string;
value: object | string;
}
{
"name": "@alwaysmeticulous/api",
"version": "2.97.0",
"version": "2.106.0",
"description": "Meticulous API types",

@@ -38,3 +38,3 @@ "license": "ISC",

},
"gitHead": "abad28f3f0bb91106fcd6829408a2970e0882750"
"gitHead": "d8481bb5a51da179b4e3fe92ff8756b997b6e0ab"
}
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