New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.7 to 0.7.8-rc1

19

dist/index.js

@@ -203,7 +203,24 @@ 'use strict';

};
var _run = {
$: function $$$1(_ref9) {
var _ = _ref9._,
_val = _ref9._val,
cp = _ref9.cp;
var cps = Array.isArray(_val) ? _val : [_val];
$(cps, function (key, component) {
var cp = typeof component === 'function' ? component({
_: _
}) : component;
_.$use(cp);
});
}
};
var hooks = /*#__PURE__*/Object.freeze({
_hooks: _hooks,
_unhooks: _unhooks,
_mount: _mount
_mount: _mount,
_run: _run
});

@@ -210,0 +227,0 @@

4

package.json
{
"name": "menhera",
"version": "0.7.7",
"version": "0.7.8-rc1",
"main": "dist/index.js",

@@ -16,3 +16,3 @@ "license": "MIT",

"bili": "^3.1.0",
"menhera": "^0.7.5-rc4",
"menhera": "^0.7.7",
"menhera-cli": "^0.3.1-rc2"

@@ -19,0 +19,0 @@ },

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