Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rea-jet/ssdp-discover

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rea-jet/ssdp-discover - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/index.js

@@ -5,3 +5,3 @@ "use strict";

var SSDP = require('node-ssdp').Client;
var xml2js = require('rea-xml2js')();
var xml2js = require('@rea-jet/rea-xml2js')();
var request = require('request-promise');

@@ -8,0 +8,0 @@ var SCAN_INTERVAL = 30 * 1000;

{
"name": "@rea-jet/ssdp-discover",
"version": "1.0.1",
"version": "1.0.2",
"description": "Discovers REA-JET devices in the local network",

@@ -10,4 +10,3 @@ "main": "dist/index.js",

"build": "tsc",
"watch":
"supervisor -x ./node_modules/.bin/ts-node -w src -n exit src/index.ts"
"watch": "supervisor -x ./node_modules/.bin/ts-node -w src -n exit src/index.ts"
},

@@ -14,0 +13,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

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