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

qcloud-iotexplorer-appdev-plugin-wificonf-smartconfig

Package Overview
Dependencies
Maintainers
5
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcloud-iotexplorer-appdev-plugin-wificonf-smartconfig - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

8

lib/index.d.ts

@@ -0,4 +1,12 @@

import { WifiConfOption } from 'qcloud-iotexplorer-appdev-plugin-wificonf-core';
import { AppDevPlugin, AppDevSdk } from 'qcloud-iotexplorer-appdev-sdk';
declare module 'qcloud-iotexplorer-appdev-sdk' {
interface AppDevPlugins {
wifiConfSmartConfig: {
start(options: WifiConfOption): Promise<void>;
};
}
}
export default class Plugin implements AppDevPlugin {
static install(sdk: AppDevSdk): void;
}

8

package.json
{
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-smartconfig",
"version": "1.1.8",
"version": "1.1.9",
"description": "",

@@ -17,7 +17,7 @@ "main": "lib/index.js",

"dependencies": {
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.1.8",
"qcloud-iotexplorer-appdev-sdk": "^1.1.9",
"qcloud-iotexplorer-appdev-plugin-wificonf-core": "^1.1.11",
"qcloud-iotexplorer-appdev-sdk": "^1.1.10",
"tslib": "^2.0.1"
},
"gitHead": "06ced37b4436e6afe3d1145abd976e25dc0e6b54"
"gitHead": "c8eb9f744772b74877b2d14400331f9889ca986f"
}
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