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

home-talk

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

home-talk - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

6

index.js
#!/usr/bin/env node
const GoogleHome = require('node-googlehome');
const {search, Connector} = require('@resistdesign/node-googlehome');

@@ -7,3 +7,3 @@ const room = process.argv[2];

GoogleHome.search(1000)
search(1000)
.then(async (resp = []) => {

@@ -15,3 +15,3 @@ return await Promise.all(

const {address = ''} = networkInterface;
const device = new GoogleHome.Connecter(address);
const device = new Connector(address);

@@ -18,0 +18,0 @@ device.config({lang: 'en'});

{
"name": "home-talk",
"version": "1.0.0",
"version": "2.0.0",
"description": "",

@@ -15,4 +15,4 @@ "main": "index.js",

"dependencies": {
"node-googlehome": "0.0.7"
"@resistdesign/node-googlehome": "^1.0.0"
}
}
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