Socket
Socket
Sign inDemoInstall

@appdevshop/push-service-client

Package Overview
Dependencies
51
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

README.md

1

lib/index.d.ts

@@ -19,2 +19,1 @@ interface OptionsType {

export default _default;
8

@@ -13,2 +13,5 @@ 'use strict';

initialize(options) {
if (!options.host || !options.port) {
throw new Error('Push service initialization error: host or port fields not provided');
}
if (!options.host.includes('http')) {

@@ -15,0 +18,0 @@ options.host = `http://${options.host}`;

{
"name": "@appdevshop/push-service-client",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {

@@ -62,3 +62,3 @@ "build": "tsc -p .",

"license": "MIT",
"description": ""
"description": "Push service client for node.js"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc