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

@umijs/renderer-react

Package Overview
Dependencies
Maintainers
13
Versions
656
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umijs/renderer-react - npm Package Compare versions

Comparing version 3.0.0-beta.33 to 3.0.0-beta.34

4

dist/index.esm.js

@@ -237,5 +237,3 @@ import * as ReactDOM from 'react-dom';

useEffect(function () {
_asyncToGenerator(
/*#__PURE__*/
regeneratorRuntime.mark(function _callee() {
_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
var initialProps;

@@ -242,0 +240,0 @@ return regeneratorRuntime.wrap(function _callee$(_context) {

@@ -244,5 +244,3 @@ 'use strict';

React.useEffect(function () {
_asyncToGenerator(
/*#__PURE__*/
regeneratorRuntime.mark(function _callee() {
_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
var initialProps;

@@ -249,0 +247,0 @@ return regeneratorRuntime.wrap(function _callee$(_context) {

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

/// <reference types="react" />
import { Plugin } from '@umijs/runtime';

@@ -2,0 +3,0 @@ import { IRoute } from '../types';

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

/// <reference types="react" />
export default function Route(props: any): JSX.Element;

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

/// <reference types="react" />
export default function Switch(props: any): JSX.Element;
{
"name": "@umijs/renderer-react",
"version": "3.0.0-beta.33",
"version": "3.0.0-beta.34",
"description": "@umijs/renderer-react",

@@ -18,2 +18,3 @@ "main": "dist/index.js",

],
"sideEffects": false,
"authors": [

@@ -32,3 +33,3 @@ "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"

"@types/react-router-config": "^5.0.1",
"@umijs/runtime": "3.0.0-beta.33",
"@umijs/runtime": "3.0.0-beta.34",
"react": "^16.13.0",

@@ -35,0 +36,0 @@ "react-dom": "^16.13.0",

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