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.1 to 1.1.0

1

dist/api.d.ts

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

getQuery(data: GetQueryMessage): Promise<Query>;
close(): void;
}

@@ -88,3 +88,6 @@ "use strict";

}
close() {
this.socket.close();
}
}
exports.default = OpenWebsiteStatusAPI;

2

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

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

@@ -107,2 +107,6 @@ import io from 'socket.io-client';

}
public close(): void {
this.socket.close();
}
}
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