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

piral-core

Package Overview
Dependencies
Maintainers
1
Versions
1027
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piral-core - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

4

lib/components/withApi.js

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

function wrapReactComponent(Component, stasisOptions, componentOptions) {
return (props) => (React.createElement(react_arbiter_1.ArbiterStasis, Object.assign({}, stasisOptions),
return (props) => (React.createElement(react_arbiter_1.ArbiterStasis, Object.assign({}, stasisOptions, { renderProps: props }),
React.createElement(Component, Object.assign({}, props, (componentOptions || {})))));

@@ -52,3 +52,3 @@ }

}, []);
return (React.createElement(react_arbiter_1.ArbiterStasis, Object.assign({}, stasisOptions),
return (React.createElement(react_arbiter_1.ArbiterStasis, Object.assign({}, stasisOptions, { renderProps: props }),
React.createElement(PortalRenderer, { id: id }),

@@ -55,0 +55,0 @@ React.createElement(Component, Object.assign({}, props, (componentOptions || {}), { "$portalId": id, render: render }))));

{
"name": "piral-core",
"version": "0.8.3",
"version": "0.8.4",
"description": "The core library for creating a Piral instance.",

@@ -55,3 +55,3 @@ "keywords": [

},
"gitHead": "0e031b4cad4c255dfde11f5f62dbc27160f26f08"
"gitHead": "e8ef0d690b0934876d1c9c998a7b62f14511bcc6"
}

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