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

@open-website-status/api

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-website-status/api - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

dist/types.d.ts

@@ -9,3 +9,3 @@ export interface APIOptions {

hostname: string;
port?: number;
port: number | null;
pathname: string;

@@ -19,3 +19,3 @@ search: string;

hostname: string;
port?: number;
port: number | null;
pathname: string;

@@ -22,0 +22,0 @@ search: string;

{
"name": "@open-website-status/api",
"version": "1.3.1",
"version": "1.3.2",
"description": "TypeScript API client for Open Website Status",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -10,3 +10,3 @@ export interface APIOptions {

hostname: string;
port?: number;
port: number | null;
pathname: string;

@@ -21,3 +21,3 @@ search: string;

hostname: string;
port?: number;
port: number | null;
pathname: string;

@@ -24,0 +24,0 @@ search: string;

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