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

honcho

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

honcho - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

11

honcho.js

@@ -296,2 +296,13 @@ /*!

exports.alltags = function(){
var self = this;
var tagobj = {};
Object.keys(controllers).forEach(function(ct){
if (ct !== "default") {
tagobj[ct] = controllers[ct].tags;
}
});
return tagobj;
}
/**

@@ -298,0 +309,0 @@ * INTERNAL functions

2

package.json
{
"name": "honcho",
"description": "Abstraction layer for multiple PLC controller interfaces",
"version": "0.1.2",
"version": "0.1.3",
"author": {

@@ -6,0 +6,0 @@ "name": "Darren Pearce",

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