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

@paprika/helpers

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paprika/helpers - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

2

lib/extractChildren.js

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

if (Object.prototype.hasOwnProperty.call(components, child.type.displayName)) {
var childs = (0, _isArray["default"])(components[child.type.displayName]) ? [child].concat((0, _toConsumableArray2["default"])(components[child.type.displayName])) : [child, components[child.type.displayName]];
var childs = (0, _isArray["default"])(components[child.type.displayName]) ? [].concat((0, _toConsumableArray2["default"])(components[child.type.displayName]), [child]) : [components[child.type.displayName], child];
components[child.type.displayName] = childs;

@@ -48,0 +48,0 @@ } else {

{
"name": "@paprika/helpers",
"version": "0.2.9",
"version": "0.2.10",
"description": "Testing helpers for the components",

@@ -19,3 +19,3 @@ "author": "@paprika",

},
"gitHead": "82d1c196a4ea5059a8df545920fe579ecc19b5e3"
"gitHead": "978853188cfcf48a1dfcd36d551b82966243830e"
}

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