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

maishu-chitu-react

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maishu-chitu-react - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

package.json
{
"name": "maishu-chitu-react",
"version": "1.0.10",
"version": "1.0.11",
"description": "",

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

@@ -35,9 +35,7 @@ import React = require("react");

let action: any;
if (chitu.PageMaster.isClass(_action)) {
action = _action as any
if (!chitu.PageMaster.isClass(_action)) {
return _action(page)
}
else {
action = _action as any
}
action = _action as any
let app = this as Application

@@ -55,3 +53,2 @@ let props: PageProps = {

page.component = component
return element;
}

@@ -58,0 +55,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