Socket
Socket
Sign inDemoInstall

@zwave-js/cc

Package Overview
Dependencies
73
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.13.1 to 11.14.0

2

build/lib/API.d.ts

@@ -24,3 +24,3 @@ import { CommandClasses, type Duration, type IVirtualEndpoint, type IZWaveEndpoint, type IZWaveNode, type MaybeNotKnown, NODE_ID_BROADCAST, type SendCommandOptions, type SupervisionResult, type TXReport, type ValueChangeOptions, type ValueDB, type ValueID } from "@zwave-js/core";

*/
export type SetValueAPIOptions = Partial<ValueChangeOptions>;
export type SetValueAPIOptions = Partial<ValueChangeOptions> & Pick<SendCommandOptions, "onProgress">;
/** Used to identify the method on the CC API class that handles polling values from nodes */

@@ -27,0 +27,0 @@ export declare const POLL_VALUE: unique symbol;

{
"name": "@zwave-js/cc",
"version": "11.13.1",
"version": "11.14.0",
"description": "zwave-js: Command Classes",

@@ -64,5 +64,5 @@ "keywords": [],

"dependencies": {
"@zwave-js/core": "11.13.1",
"@zwave-js/host": "11.13.1",
"@zwave-js/serial": "11.13.1",
"@zwave-js/core": "11.14.0",
"@zwave-js/host": "11.14.0",
"@zwave-js/serial": "11.14.0",
"@zwave-js/shared": "11.13.1",

@@ -77,4 +77,4 @@ "alcalzone-shared": "^4.0.8",

"@types/node": "^14.18.52",
"@zwave-js/maintenance": "11.13.1",
"@zwave-js/testing": "11.13.1",
"@zwave-js/maintenance": "11.14.0",
"@zwave-js/testing": "11.14.0",
"@zwave-js/transformers": "11.13.1",

@@ -81,0 +81,0 @@ "ava": "^4.3.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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