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

@contember/react-multipass-rendering

Package Overview
Dependencies
Maintainers
5
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/react-multipass-rendering - npm Package Compare versions

Comparing version 1.3.0-alpha.7 to 1.3.0-alpha.8

6

dist/development/ChildrenAnalyzer.js

@@ -11,3 +11,3 @@ var __defProp = Object.defineProperty;

import { getErrorMessage } from "./helpers/getErrorMessage.js";
const _ChildrenAnalyzer = class {
const _ChildrenAnalyzer = class _ChildrenAnalyzer {
constructor(leaves, decider = [], options = {}) {

@@ -159,4 +159,3 @@ __publicField(this, "leaves");

};
let ChildrenAnalyzer = _ChildrenAnalyzer;
__publicField(ChildrenAnalyzer, "defaultOptions", {
__publicField(_ChildrenAnalyzer, "defaultOptions", {
ignoreRenderProps: true,

@@ -169,2 +168,3 @@ renderPropsErrorMessage: "Render props (functions as React component children) are not supported.",

});
let ChildrenAnalyzer = _ChildrenAnalyzer;
export {

@@ -171,0 +171,0 @@ ChildrenAnalyzer

@@ -8,3 +8,3 @@ var __defProp = Object.defineProperty;

import { ChildrenAnalyzerError } from "../ChildrenAnalyzerError.js";
const _BranchNode = class {
const _BranchNode = class _BranchNode {
constructor(factory, componentOrReducer, options) {

@@ -34,7 +34,7 @@ __publicField(this, "specification");

};
let BranchNode = _BranchNode;
__publicField(BranchNode, "defaultOptions", {
__publicField(_BranchNode, "defaultOptions", {
childrenAreOptional: false,
childrenAbsentErrorMessage: "Component must have children!"
});
let BranchNode = _BranchNode;
export {

@@ -41,0 +41,0 @@ BranchNode

@@ -11,3 +11,3 @@ var __defProp = Object.defineProperty;

import { getErrorMessage } from "./helpers/getErrorMessage.js";
const _ChildrenAnalyzer = class {
const _ChildrenAnalyzer = class _ChildrenAnalyzer {
constructor(leaves, decider = [], options = {}) {

@@ -159,4 +159,3 @@ __publicField(this, "leaves");

};
let ChildrenAnalyzer = _ChildrenAnalyzer;
__publicField(ChildrenAnalyzer, "defaultOptions", {
__publicField(_ChildrenAnalyzer, "defaultOptions", {
ignoreRenderProps: true,

@@ -169,2 +168,3 @@ renderPropsErrorMessage: "Render props (functions as React component children) are not supported.",

});
let ChildrenAnalyzer = _ChildrenAnalyzer;
export {

@@ -171,0 +171,0 @@ ChildrenAnalyzer

@@ -8,3 +8,3 @@ var __defProp = Object.defineProperty;

import { ChildrenAnalyzerError } from "../ChildrenAnalyzerError.js";
const _BranchNode = class {
const _BranchNode = class _BranchNode {
constructor(factory, componentOrReducer, options) {

@@ -34,7 +34,7 @@ __publicField(this, "specification");

};
let BranchNode = _BranchNode;
__publicField(BranchNode, "defaultOptions", {
__publicField(_BranchNode, "defaultOptions", {
childrenAreOptional: false,
childrenAbsentErrorMessage: "Component must have children!"
});
let BranchNode = _BranchNode;
export {

@@ -41,0 +41,0 @@ BranchNode

{
"name": "@contember/react-multipass-rendering",
"license": "Apache-2.0",
"version": "1.3.0-alpha.7",
"version": "1.3.0-alpha.8",
"type": "module",

@@ -38,3 +38,3 @@ "sideEffects": false,

"dependencies": {
"@contember/utilities": "1.3.0-alpha.7"
"@contember/utilities": "1.3.0-alpha.8"
},

@@ -41,0 +41,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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