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.0.0 to 1.0.1

2

dist/api.d.ts

@@ -13,3 +13,3 @@ import { EventEmitter } from 'typed-event-emitter';

readonly onJobDelete: (handler: (jobId: string, queryId: string) => unknown) => import("typed-event-emitter").Listener;
readonly socket: SocketIOClient.Socket;
private readonly socket;
constructor(options: APIOptions);

@@ -16,0 +16,0 @@ queryWebsite(data: WebsiteQueryMessage): Promise<Query>;

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

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

@@ -26,3 +26,3 @@ import io from 'socket.io-client';

public readonly socket: SocketIOClient.Socket;
private readonly socket: SocketIOClient.Socket;

@@ -29,0 +29,0 @@ public constructor(options: APIOptions) {

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