Socket
Socket
Sign inDemoInstall

avet-utils

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avet-utils - npm Package Compare versions

Comparing version 1.0.0-13 to 1.0.0-14

12

lib/component.js

@@ -26,6 +26,10 @@ 'use strict';

case 2:
props = Component.getInitialProps(ctx);
_context.next = 4;
return Component.getInitialProps(ctx);
case 4:
props = _context.sent;
if (!(!props && (!ctx.res || !ctx.res.finished))) {
_context.next = 7;
_context.next = 9;
break;

@@ -38,6 +42,6 @@ }

case 7:
case 9:
return _context.abrupt('return', props);
case 8:
case 10:
case 'end':

@@ -44,0 +48,0 @@ return _context.stop();

{
"name": "avet-utils",
"description": "Avet utils for all avet projects",
"version": "1.0.0-13",
"version": "1.0.0-14",
"scripts": {

@@ -6,0 +6,0 @@ "dev": "taskr dev",

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