New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

thing-it-device-wtec

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thing-it-device-wtec - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "thing-it-device-wtec",
"version": "0.0.6",
"version": "0.0.7",
"description": "[thing-it-node] Device Plugin for wtec devices.",

@@ -5,0 +5,0 @@ "authors": "Klaus Berberich",

@@ -23,2 +23,7 @@ angular.module('testApp', ['ThingItMobile.PluginDirectives'])

]
},
setScene: function(scene) {
console.log('setScene received Value', scene);
this._state.activeSceneName = scene.name;
console.log('state', this._state);
}

@@ -29,3 +34,5 @@ };

callActorService: function (controllerObject, controllerFunction, valueToSet) {
console.log('Value', valueToSet);
console.log('controllerObject', controllerObject);
console.log('controllerFunction', controllerFunction);
console.log('valueToSet', valueToSet);
controllerObject[controllerFunction](valueToSet)

@@ -32,0 +39,0 @@ }

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