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

react-ssr-prepass

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ssr-prepass - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

73

dist/react-ssr-prepass.development.js

@@ -159,4 +159,2 @@ "use strict";

var isReRender = !1;
var didScheduleRenderPhaseUpdate = !1;

@@ -175,4 +173,3 @@

if (null === firstWorkInProgressHook) {
isReRender = !1;
firstWorkInProgressHook = workInProgressHook = {
return firstWorkInProgressHook = workInProgressHook = {
memoizedState: null,

@@ -183,8 +180,6 @@ queue: null,

} else {
isReRender = !0;
workInProgressHook = firstWorkInProgressHook;
return workInProgressHook = firstWorkInProgressHook;
}
} else if (null === workInProgressHook.next) {
isReRender = !1;
workInProgressHook = workInProgressHook.next = {
return workInProgressHook = workInProgressHook.next = {
memoizedState: null,

@@ -195,6 +190,4 @@ queue: null,

} else {
isReRender = !0;
workInProgressHook = workInProgressHook.next;
return workInProgressHook = workInProgressHook.next;
}
return workInProgressHook;
}

@@ -222,3 +215,3 @@

var dispatch = queue.dispatch || (queue.dispatch = dispatchAction.bind(null, id, queue));
if (isReRender && null !== renderPhaseUpdates) {
if (null !== renderPhaseUpdates) {
var firstRenderPhaseUpdate = renderPhaseUpdates.get(queue);

@@ -239,2 +232,26 @@ if (void 0 !== firstRenderPhaseUpdate) {

function useMemo(nextCreate, deps) {
getCurrentIdentity();
var nextDeps = void 0 === deps ? null : deps;
var prevState = (workInProgressHook = createWorkInProgressHook()).memoizedState;
if (null !== prevState && null !== nextDeps) {
if (function areHookInputsEqual(nextDeps, prevDeps) {
if (null === prevDeps) {
return !1;
}
for (var i = 0; i < prevDeps.length && i < nextDeps.length; i++) {
if (!is$1(nextDeps[i], prevDeps[i])) {
return !1;
}
}
return !0;
}(nextDeps, prevState[1])) {
return prevState[0];
}
}
var nextValue = nextCreate();
workInProgressHook.memoizedState = [ nextValue, nextDeps ];
return nextValue;
}
function dispatchAction(componentIdentity, queue, action) {

@@ -277,29 +294,3 @@ if (componentIdentity === getCurrentIdentity()) {

},
useMemo: function useMemo(nextCreate, deps) {
getCurrentIdentity();
var nextDeps = void 0 === deps ? null : deps;
if (null !== (workInProgressHook = createWorkInProgressHook())) {
var prevState = workInProgressHook.memoizedState;
if (null !== prevState) {
if (null !== nextDeps) {
if (function areHookInputsEqual(nextDeps, prevDeps) {
if (null === prevDeps) {
return !1;
}
for (var i = 0; i < prevDeps.length && i < nextDeps.length; i++) {
if (!is$1(nextDeps[i], prevDeps[i])) {
return !1;
}
}
return !0;
}(nextDeps, prevState[1])) {
return prevState[0];
}
}
}
}
var nextValue = nextCreate();
workInProgressHook.memoizedState = [ nextValue, nextDeps ];
return nextValue;
},
useMemo: useMemo,
useReducer: useReducer,

@@ -323,3 +314,5 @@ useRef: function useRef(initialValue) {

useCallback: function useCallback(callback, deps) {
return callback;
return useMemo((function() {
return callback;
}), deps);
},

@@ -326,0 +319,0 @@ useTransition: function useTransition() {

@@ -1,2 +0,2 @@

"use strict";function t(t){return t&&"object"==typeof t&&"default"in t?t.default:t}var e=require("react"),n=t(e),r=require("react-is"),u=t(require("object-is"));function o(){return(o=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}var i=r.Element,c=r.Portal,a=r.Fragment,l=r.StrictMode,f=r.Profiler,s=r.ContextProvider,p=r.ContextConsumer,d=r.ConcurrentMode,v=r.ForwardRef,h=r.Suspense,y=r.Memo,m=r.Lazy,x=e.Children.toArray,_=function(t){return null!==t&&"object"==typeof t},S=function(t){return x(t).filter(_)},M=function(t,e){return"object"==typeof e?o({},e,t):t},g=new Map,b={},w=void 0,C=void 0,E=function(){return o({},b)},P=function(){return new Map(g)},k=function(){var t=w;return w=void 0,t},q=function(){var t=C;return C=void 0,t},z=function(t){void 0!==t&&g.set(t[0],t[1])},j=function(t){w=void 0,b=t},D=function(t){C=void 0,g=t},F=function(t){var e=g.get(t);return void 0!==e?e:t._currentValue},R={},W=function(t){var e=t.contextType,n=t.contextTypes;if(e)return F(e);if(!n)return R;var r={};for(var u in n)r[u]=b[u];return r},U=null,O=function(t){U=t},T=function(){if(null===U)throw new Error("[react-ssr-prepass] Hooks can only be called inside the body of a function component. (https://fb.me/react-invalid-hook-call)");return U},N=null,A=null,I=!1,L=!1,$=null,V=0,H=function(t){N=t};function B(){return null===A?null===N?(I=!1,N=A={memoizedState:null,queue:null,next:null}):(I=!0,A=N):null===A.next?(I=!1,A=A.next={memoizedState:null,queue:null,next:null}):(I=!0,A=A.next),A}function Y(t,e){return"function"==typeof e?e(t):e}function G(t,e,n){var r,u=T();null===(A=B()).queue&&(r=t===Y?"function"==typeof e?e():e:void 0!==n?n(e):e,A.memoizedState=r);var o=A.queue||(A.queue={last:null,dispatch:null}),i=o.dispatch||(o.dispatch=J.bind(null,u,o));if(I&&null!==$){var c=$.get(o);if(void 0!==c){$.delete(o);var a=A.memoizedState,l=c;do{a=t(a,l.action),l=l.next}while(null!==l);A.memoizedState=a}}return[A.memoizedState,i]}function J(t,e,n){if(t===T()){L=!0;var r={action:n,next:null};null===$&&($=new Map);var u=$.get(e);if(void 0===u)$.set(e,r);else{for(var o=u;null!==o.next;)o=o.next;o.next=r}}}function K(){}function Q(t){t()}var X={readContext:function(t,e){return F(t)},useContext:function(t,e){return T(),F(t)},useMemo:function(t,e){T();var n=void 0===e?null:e;if(null!==(A=B())){var r=A.memoizedState;if(null!==r&&null!==n&&function(t,e){if(null===e)return!1;for(var n=0;n<e.length&&n<t.length;n++)if(!u(t[n],e[n]))return!1;return!0}(n,r[1]))return r[0]}var o=t();return A.memoizedState=[o,n],o},useReducer:G,useRef:function(t){T();var e=(A=B()).memoizedState;if(null===e){var n={current:t};return A.memoizedState=n,n}return e},useState:function(t){return G(Y,t)},useCallback:function(t,e){return t},useTransition:function(){return[Q,!1]},useDeferredValue:function(t){return t},useLayoutEffect:K,useImperativeHandle:K,useEffect:K,useDebugValue:K},Z=function(t){return t._status=0,t._ctor().then((function(e){"function"==typeof e?(t._result=e,t._status=1):null!==e&&"object"==typeof e&&"function"==typeof e.default?(t._result=e.default,t._status=1):t._status=2})).catch((function(){t._status=2}))},tt=function(t,n,r){return 1===t._status?e.createElement(t._result,n):null},et=function(t,e,n){return{contextMap:E(),contextStore:P(),id:T(),hook:N,kind:"frame.hooks",thenable:n,props:e,type:t}},nt=function(t,e,n){try{return function(t,e,n){A=null;for(var r=t(e,n);V<25&&L;)L=!1,V+=1,A=null,r=t(e,n);return V=0,$=null,A=null,r}(t,M(e,t.defaultProps),W(t))}catch(r){if("function"!=typeof r.then)throw r;return n.push(et(t,e,r)),null}};function rt(){return!1}function ut(){return null}var ot=function(t,e,n){return{contextMap:E(),contextStore:P(),thenable:n,kind:"frame.class",instance:e,type:t}},it=function(t,e,n){!function(t){var e=t.updater.queue;if(e.length>0){for(var n=o({},t.state),r=0,u=e.length;r<u;r++){var i=e[r],c="function"==typeof i?i.call(t,n,t.props,t.context):i;null!==c&&o(n,c)}t.state=n,e.length=0}}(e);var r=null;try{r=e.render()}catch(r){if("function"!=typeof r.then)throw r;return n.push(ot(t,e,r)),null}if(void 0!==t.childContextTypes&&"function"==typeof e.getChildContext){var u=e.getChildContext();null!==u&&"object"==typeof u&&function(t){for(var e in w={},t)w[e]=b[e],b[e]=t[e]}(u)}if("function"!=typeof e.getDerivedStateFromProps&&("function"==typeof e.componentWillMount||"function"==typeof e.UNSAFE_componentWillMount)&&"function"==typeof e.componentWillUnmount)try{e.componentWillUnmount()}catch(t){}return e._isMounted=!1,r},ct=function(t,n,r){switch(function(t){switch(t.$$typeof){case c:return c;case i:switch(t.type){case d:return d;case a:return a;case f:return f;case l:return l;case h:return h;default:switch(t.type&&t.type.$$typeof){case m:return m;case y:return y;case p:return p;case s:return s;case v:return v;default:return i}}default:return}}(t)){case h:case l:case d:case f:case a:return S(t.props.children);case s:var u=t.props,x=u.children;return N=u.value,C=[T=t.type._context,g.get(T)],g.set(T,N),S(x);case p:var _=t.props.children;if("function"==typeof _){var b=t.type,w=F("object"==typeof b._context?b._context:b);return S(_(w))}return[];case m:var k=function(t,e,n){return 2!==t._status&&1!==t._status?(n.push({contextMap:E(),contextStore:P(),kind:"frame.lazy",thenable:Z(t),props:e,type:t}),null):tt(t,e)}(t.type,t.props,n);return S(k);case y:var q=e.createElement(t.type.type,t.props);return S(q);case v:var z=t.type,j=z.render,D=M(t.props,z.defaultProps),R=e.createElement(j,D);return S(R);case i:if("string"==typeof t.type)return S(t.props.children);var U=function(t,e,n,r,u){return(i=t).prototype&&i.prototype.isReactComponent?function(t,e,n,r,u){O(null);var i=function(t,e){var n,r={queue:n=[],isMounted:rt,enqueueForceUpdate:ut,enqueueReplaceState:function(t,e){t._isMounted&&(n.length=0,n.push(e))},enqueueSetState:function(t,e){t._isMounted&&n.push(e)}},u=M(e,t.defaultProps),i=W(t),c=new t(u,i,r);if(c.props=u,c.context=i,c.updater=r,c._isMounted=!0,void 0===c.state&&(c.state=null),"function"==typeof t.getDerivedStateFromProps){var a=(0,t.getDerivedStateFromProps)(c.props,c.state);null!=a&&(c.state=o({},c.state,a))}else"function"==typeof c.componentWillMount?c.componentWillMount():"function"==typeof c.UNSAFE_componentWillMount&&c.UNSAFE_componentWillMount();return c}(t,e),c=r(u,i);return c?(n.push(ot(t,i,c)),null):it(t,i,n)}(t,e,n,r,u):function(t,e,n,r,u){H(null),O({});var o=r(u);return o?(n.push(et(t,e,o)),null):nt(t,e,n)}(t,e,n,r,u);var i}(t.type,t.props,n,r,t);return S(U);case c:default:return[]}var T,N},at=function(t,e,n,r,u){for(var i,c=Date.now();t.length>0;){var a=t[t.length-1].shift();if(void 0!==a){var l=ct(a,r,u);t.push(l),e.push(k()),n.push(q())}else t.pop(),void 0!==(i=e.pop())&&o(b,i),z(n.pop());if(Date.now()-c>5)return!0}return!1},lt=function(t,e,n){return{contextMap:E(),contextStore:P(),thenable:Promise.resolve(),kind:"frame.yield",children:t,map:e,store:n}},ft=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function st(t){return function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=ft.current;try{return ft.current=X,t.apply(void 0,e)}finally{ft.current=r}}}var pt=st((function(t,e,n){O(null),j(t.contextMap),D(t.contextStore),at(t.children,t.map,t.store,e,n)&&e.unshift(lt(t.children,t.map,t.store))})),dt=st((function(t,e,n){var r=[t],u=[k()],o=[q()];at(r,u,o,e,n)&&e.unshift(lt(r,u,o))})),vt=st((function(t,e){switch(t.kind){case"frame.class":return function(t,e){return O(null),j(e.contextMap),D(e.contextStore),it(e.type,e.instance,t)}(e,t);case"frame.hooks":return function(t,e){return H(e.hook),O(e.id),j(e.contextMap),D(e.contextStore),nt(e.type,e.props,t)}(e,t);case"frame.lazy":return function(t,e){return O(null),j(e.contextMap),D(e.contextStore),tt(e.type,e.props)}(0,t);default:return[]}})),ht=function(t,e){var n=t.shift();return n?function(t,e,n){return"frame.yield"===t.kind?new Promise((function(r,u){setImmediate((function(){try{pt(t,e,n),r()}catch(t){u(t)}}))})):t.thenable.then((function(){var r=vt(t,e);dt(S(r),e,n)}))}(n,t,e).then((function(){return ht(t,e)})):Promise.resolve()},yt=function(){};module.exports=function(t,e){var n=[],r=void 0!==e?e:yt;j({}),D(new Map);try{dt(S(t),n,r)}catch(t){return Promise.reject(t)}return ht(n,r)};
"use strict";function t(t){return t&&"object"==typeof t&&"default"in t?t.default:t}var e=require("react"),n=t(e),r=require("react-is"),u=t(require("object-is"));function o(){return(o=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}var i=r.Element,c=r.Portal,a=r.Fragment,l=r.StrictMode,f=r.Profiler,s=r.ContextProvider,p=r.ContextConsumer,d=r.ConcurrentMode,v=r.ForwardRef,h=r.Suspense,y=r.Memo,m=r.Lazy,x=e.Children.toArray,_=function(t){return null!==t&&"object"==typeof t},S=function(t){return x(t).filter(_)},M=function(t,e){return"object"==typeof e?o({},e,t):t},g=new Map,b={},w=void 0,C=void 0,E=function(){return o({},b)},P=function(){return new Map(g)},k=function(){var t=w;return w=void 0,t},q=function(){var t=C;return C=void 0,t},z=function(t){void 0!==t&&g.set(t[0],t[1])},j=function(t){w=void 0,b=t},D=function(t){C=void 0,g=t},F=function(t){var e=g.get(t);return void 0!==e?e:t._currentValue},R={},W=function(t){var e=t.contextType,n=t.contextTypes;if(e)return F(e);if(!n)return R;var r={};for(var u in n)r[u]=b[u];return r},U=null,O=function(t){U=t},T=function(){if(null===U)throw new Error("[react-ssr-prepass] Hooks can only be called inside the body of a function component. (https://fb.me/react-invalid-hook-call)");return U},N=null,A=null,I=!1,L=null,$=0,V=function(t){N=t};function H(){return null===A?null===N?N=A={memoizedState:null,queue:null,next:null}:A=N:A=null===A.next?A.next={memoizedState:null,queue:null,next:null}:A.next}function B(t,e){return"function"==typeof e?e(t):e}function Y(t,e,n){var r,u=T();null===(A=H()).queue&&(r=t===B?"function"==typeof e?e():e:void 0!==n?n(e):e,A.memoizedState=r);var o=A.queue||(A.queue={last:null,dispatch:null}),i=o.dispatch||(o.dispatch=J.bind(null,u,o));if(null!==L){var c=L.get(o);if(void 0!==c){L.delete(o);var a=A.memoizedState,l=c;do{a=t(a,l.action),l=l.next}while(null!==l);A.memoizedState=a}}return[A.memoizedState,i]}function G(t,e){T();var n=void 0===e?null:e,r=(A=H()).memoizedState;if(null!==r&&null!==n&&function(t,e){if(null===e)return!1;for(var n=0;n<e.length&&n<t.length;n++)if(!u(t[n],e[n]))return!1;return!0}(n,r[1]))return r[0];var o=t();return A.memoizedState=[o,n],o}function J(t,e,n){if(t===T()){I=!0;var r={action:n,next:null};null===L&&(L=new Map);var u=L.get(e);if(void 0===u)L.set(e,r);else{for(var o=u;null!==o.next;)o=o.next;o.next=r}}}function K(){}function Q(t){t()}var X={readContext:function(t,e){return F(t)},useContext:function(t,e){return T(),F(t)},useMemo:G,useReducer:Y,useRef:function(t){T();var e=(A=H()).memoizedState;if(null===e){var n={current:t};return A.memoizedState=n,n}return e},useState:function(t){return Y(B,t)},useCallback:function(t,e){return G((function(){return t}),e)},useTransition:function(){return[Q,!1]},useDeferredValue:function(t){return t},useLayoutEffect:K,useImperativeHandle:K,useEffect:K,useDebugValue:K},Z=function(t){return t._status=0,t._ctor().then((function(e){"function"==typeof e?(t._result=e,t._status=1):null!==e&&"object"==typeof e&&"function"==typeof e.default?(t._result=e.default,t._status=1):t._status=2})).catch((function(){t._status=2}))},tt=function(t,n,r){return 1===t._status?e.createElement(t._result,n):null},et=function(t,e,n){return{contextMap:E(),contextStore:P(),id:T(),hook:N,kind:"frame.hooks",thenable:n,props:e,type:t}},nt=function(t,e,n){try{return function(t,e,n){A=null;for(var r=t(e,n);$<25&&I;)I=!1,$+=1,A=null,r=t(e,n);return $=0,L=null,A=null,r}(t,M(e,t.defaultProps),W(t))}catch(r){if("function"!=typeof r.then)throw r;return n.push(et(t,e,r)),null}};function rt(){return!1}function ut(){return null}var ot=function(t,e,n){return{contextMap:E(),contextStore:P(),thenable:n,kind:"frame.class",instance:e,type:t}},it=function(t,e,n){!function(t){var e=t.updater.queue;if(e.length>0){for(var n=o({},t.state),r=0,u=e.length;r<u;r++){var i=e[r],c="function"==typeof i?i.call(t,n,t.props,t.context):i;null!==c&&o(n,c)}t.state=n,e.length=0}}(e);var r=null;try{r=e.render()}catch(r){if("function"!=typeof r.then)throw r;return n.push(ot(t,e,r)),null}if(void 0!==t.childContextTypes&&"function"==typeof e.getChildContext){var u=e.getChildContext();null!==u&&"object"==typeof u&&function(t){for(var e in w={},t)w[e]=b[e],b[e]=t[e]}(u)}if("function"!=typeof e.getDerivedStateFromProps&&("function"==typeof e.componentWillMount||"function"==typeof e.UNSAFE_componentWillMount)&&"function"==typeof e.componentWillUnmount)try{e.componentWillUnmount()}catch(t){}return e._isMounted=!1,r},ct=function(t,n,r){switch(function(t){switch(t.$$typeof){case c:return c;case i:switch(t.type){case d:return d;case a:return a;case f:return f;case l:return l;case h:return h;default:switch(t.type&&t.type.$$typeof){case m:return m;case y:return y;case p:return p;case s:return s;case v:return v;default:return i}}default:return}}(t)){case h:case l:case d:case f:case a:return S(t.props.children);case s:var u=t.props,x=u.children;return N=u.value,C=[T=t.type._context,g.get(T)],g.set(T,N),S(x);case p:var _=t.props.children;if("function"==typeof _){var b=t.type,w=F("object"==typeof b._context?b._context:b);return S(_(w))}return[];case m:var k=function(t,e,n){return 2!==t._status&&1!==t._status?(n.push({contextMap:E(),contextStore:P(),kind:"frame.lazy",thenable:Z(t),props:e,type:t}),null):tt(t,e)}(t.type,t.props,n);return S(k);case y:var q=e.createElement(t.type.type,t.props);return S(q);case v:var z=t.type,j=z.render,D=M(t.props,z.defaultProps),R=e.createElement(j,D);return S(R);case i:if("string"==typeof t.type)return S(t.props.children);var U=function(t,e,n,r,u){return(i=t).prototype&&i.prototype.isReactComponent?function(t,e,n,r,u){O(null);var i=function(t,e){var n,r={queue:n=[],isMounted:rt,enqueueForceUpdate:ut,enqueueReplaceState:function(t,e){t._isMounted&&(n.length=0,n.push(e))},enqueueSetState:function(t,e){t._isMounted&&n.push(e)}},u=M(e,t.defaultProps),i=W(t),c=new t(u,i,r);if(c.props=u,c.context=i,c.updater=r,c._isMounted=!0,void 0===c.state&&(c.state=null),"function"==typeof t.getDerivedStateFromProps){var a=(0,t.getDerivedStateFromProps)(c.props,c.state);null!=a&&(c.state=o({},c.state,a))}else"function"==typeof c.componentWillMount?c.componentWillMount():"function"==typeof c.UNSAFE_componentWillMount&&c.UNSAFE_componentWillMount();return c}(t,e),c=r(u,i);return c?(n.push(ot(t,i,c)),null):it(t,i,n)}(t,e,n,r,u):function(t,e,n,r,u){V(null),O({});var o=r(u);return o?(n.push(et(t,e,o)),null):nt(t,e,n)}(t,e,n,r,u);var i}(t.type,t.props,n,r,t);return S(U);case c:default:return[]}var T,N},at=function(t,e,n,r,u){for(var i,c=Date.now();t.length>0;){var a=t[t.length-1].shift();if(void 0!==a){var l=ct(a,r,u);t.push(l),e.push(k()),n.push(q())}else t.pop(),void 0!==(i=e.pop())&&o(b,i),z(n.pop());if(Date.now()-c>5)return!0}return!1},lt=function(t,e,n){return{contextMap:E(),contextStore:P(),thenable:Promise.resolve(),kind:"frame.yield",children:t,map:e,store:n}},ft=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function st(t){return function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=ft.current;try{return ft.current=X,t.apply(void 0,e)}finally{ft.current=r}}}var pt=st((function(t,e,n){O(null),j(t.contextMap),D(t.contextStore),at(t.children,t.map,t.store,e,n)&&e.unshift(lt(t.children,t.map,t.store))})),dt=st((function(t,e,n){var r=[t],u=[k()],o=[q()];at(r,u,o,e,n)&&e.unshift(lt(r,u,o))})),vt=st((function(t,e){switch(t.kind){case"frame.class":return function(t,e){return O(null),j(e.contextMap),D(e.contextStore),it(e.type,e.instance,t)}(e,t);case"frame.hooks":return function(t,e){return V(e.hook),O(e.id),j(e.contextMap),D(e.contextStore),nt(e.type,e.props,t)}(e,t);case"frame.lazy":return function(t,e){return O(null),j(e.contextMap),D(e.contextStore),tt(e.type,e.props)}(0,t);default:return[]}})),ht=function(t,e){var n=t.shift();return n?function(t,e,n){return"frame.yield"===t.kind?new Promise((function(r,u){setImmediate((function(){try{pt(t,e,n),r()}catch(t){u(t)}}))})):t.thenable.then((function(){var r=vt(t,e);dt(S(r),e,n)}))}(n,t,e).then((function(){return ht(t,e)})):Promise.resolve()},yt=function(){};module.exports=function(t,e){var n=[],r=void 0!==e?e:yt;j({}),D(new Map);try{dt(S(t),n,r)}catch(t){return Promise.reject(t)}return ht(n,r)};
//# sourceMappingURL=react-ssr-prepass.production.min.js.map
{
"name": "react-ssr-prepass",
"version": "1.1.1",
"version": "1.1.2",
"description": "A custom partial React SSR renderer for prefetching and suspense",

@@ -5,0 +5,0 @@ "main": "index.js",

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