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

menhera

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

menhera - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

11

dist/menhera.js

@@ -92,3 +92,3 @@ "use strict";

case 0:
cp = typeof component === "function" ? component({ _: _, $: lifeCycle }) : component;
cp = typeof component === "function" ? component({ _: _ }) : component;
name = cp.name;

@@ -107,10 +107,3 @@

if (_key.startsWith("_")) {
var hook = _.hooks[_key];
if (Array.isArray(hook)) {
hook.forEach(function (h) {
(0, _utils.bindHook)({ _: _, hook: h, _key: _key, cp: cp });
});
} else {
(0, _utils.bindHook)({ _: _, hook: hook, _key: _key, cp: cp });
}
(0, _utils.bindHook)({ _: _, _key: _key, cp: cp });
}

@@ -117,0 +110,0 @@ });

2

package.json
{
"name": "menhera",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist",

@@ -5,0 +5,0 @@ "files": [

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