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.8.1-rc2 to 0.8.1-rc3

31

dist/index.js

@@ -202,2 +202,25 @@ 'use strict';

$(cps, function (key, component) {
if (_typeof(component) === 'object') {
var onFunction = function onFunction(_ref9) {
var _val = _ref9._val;
_val = _val.bind(cp);
};
var onObject = function onObject(_ref10) {
var object = _ref10.object,
depth = _ref10.depth;
scanObject({
object: object,
depth: depth,
onObject: onObject,
onFunction: onFunction
});
};
onObject({
object: component,
depth: ''
});
}
var cp = typeof component === 'function' ? component({

@@ -220,6 +243,6 @@ _: _

var _run = {
$: function $$$1(_ref9) {
var _ = _ref9._,
_val = _ref9._val,
cp = _ref9.cp;
$: function $$$1(_ref11) {
var _ = _ref11._,
_val = _ref11._val,
cp = _ref11.cp;
var cps = Array.isArray(_val) ? _val : [_val];

@@ -226,0 +249,0 @@

2

package.json
{
"name": "menhera",
"version": "0.8.1-rc2",
"version": "0.8.1-rc3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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