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.2 to 1.2.0

15

dist/react-ssr-prepass.development.js

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

function dispatchAction(componentIdentity, queue, action) {
if (componentIdentity === getCurrentIdentity()) {
if (componentIdentity === currentIdentity) {
didScheduleRenderPhaseUpdate = !0;

@@ -493,2 +493,4 @@ var update = {

var SHOULD_YIELD = "function" == typeof setImmediate;
var YIELD_AFTER_MS = "production" !== process.env.NODE_ENV ? 20 : 5;

@@ -650,3 +652,3 @@

}
if (Date.now() - start > YIELD_AFTER_MS) {
if (SHOULD_YIELD && Date.now() - start > YIELD_AFTER_MS) {
return !0;

@@ -743,3 +745,3 @@ }

return new Promise((function _ref(resolve, reject) {
setImmediate((function() {
var resume = function() {
try {

@@ -751,3 +753,8 @@ resumeWithDispatcher(frame, queue, visitor);

}
}));
};
if (SHOULD_YIELD) {
setImmediate(resume);
} else {
resume();
}
}));

@@ -754,0 +761,0 @@ }

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

@@ -45,8 +45,6 @@ "main": "index.js",

"flow focus-check",
"prettier --write",
"git add"
"prettier --write"
],
"**/*.{json,md}": [
"prettier --write",
"git add"
"prettier --write"
]

@@ -64,31 +62,32 @@ },

"dependencies": {
"object-is": "^1.0.2"
"object-is": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
"@ampproject/rollup-plugin-closure-compiler": "^0.25.2",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-flow": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"babel-plugin-closure-elimination": "^1.3.0",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"codecov": "^3.6.1",
"flow-bin": "^0.116.1",
"husky": "^4.0.10",
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"codecov": "^3.6.5",
"flow-bin": "^0.122.0",
"husky": "^4.2.5",
"jest": "^25.3.0",
"lint-staged": "^10.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-is": "^16.12.0",
"rollup": "^1.29.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"prettier": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"rollup": "^2.6.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.2.0"
"rollup-plugin-terser": "^5.3.0"
}
}

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