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

soef

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soef - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

package.json
{
"name": "soef",
"version": "0.1.9",
"version": "0.1.10",
"description": "library for ioBroker",

@@ -5,0 +5,0 @@ "author": {

@@ -640,3 +640,4 @@ /**

obj.common.name = name;
adapter.setObject(id, {}, obj);
//adapter.setObject(id, {}, obj);
adapter.setObject(id, obj);
}

@@ -847,2 +848,6 @@ objects[id].common.name = name;

};
this.setName = function (name) {
var id = dcs(deviceName, channelName, '');
that.setObjectName(id, name);
};

@@ -849,0 +854,0 @@ this.add = this.set;

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