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.7.0 to 1.7.2

10

dist/application.d.ts

@@ -8,2 +8,8 @@ import React = require("react");

createService: chitu.Page["createService"];
events: {
showing: chitu.Page["showing"];
shown: chitu.Page["shown"];
hiding: chitu.Page["hiding"];
hidden: chitu.Page["hidden"];
};
}

@@ -16,7 +22,5 @@ export declare class Page extends chitu.Page {

parser?: chitu.PageNodeParser;
container?: HTMLElement | {
[name: string]: HTMLElement;
};
container?: HTMLElement;
});
protected createDefaultAction(url: string, loadjs: (path: string) => Promise<any>): chitu.Action;
}

@@ -0,0 +0,0 @@ export declare class Errors {

export { Application, Page, PageProps } from './application';

@@ -247,2 +247,8 @@ /*!

data: page.data,
events: {
shown: page.shown,
showing: page.showing,
hidden: page.hidden,
hiding: page.hiding
},
source: page,

@@ -249,0 +255,0 @@ createService: function createService(type) {

@@ -148,2 +148,8 @@ /*!

data: page.data,
events: {
shown: page.shown,
showing: page.showing,
hidden: page.hidden,
hiding: page.hiding,
},
source: page,

@@ -150,0 +156,0 @@ createService(type) {

@@ -0,0 +0,0 @@ ---

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

let node_modules = 'node_modules'

@@ -2,0 +3,0 @@ const webpackES6Config = require('./webpack.config.js');

@@ -142,2 +142,8 @@ "use strict";

data: page.data,
events: {
shown: page.shown,
showing: page.showing,
hidden: page.hidden,
hiding: page.hiding
},
source: page,

@@ -144,0 +150,0 @@ createService: function createService(type) {

@@ -8,2 +8,8 @@ import React = require("react");

createService: chitu.Page["createService"];
events: {
showing: chitu.Page["showing"];
shown: chitu.Page["shown"];
hiding: chitu.Page["hiding"];
hidden: chitu.Page["hidden"];
};
}

@@ -16,7 +22,5 @@ export declare class Page extends chitu.Page {

parser?: chitu.PageNodeParser;
container?: HTMLElement | {
[name: string]: HTMLElement;
};
container?: HTMLElement;
});
protected createDefaultAction(url: string, loadjs: (path: string) => Promise<any>): chitu.Action;
}

@@ -44,2 +44,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

data: page.data,
events: {
shown: page.shown,
showing: page.showing,
hidden: page.hidden,
hiding: page.hiding,
},
source: page,

@@ -46,0 +52,0 @@ createService(type) {

@@ -0,0 +0,0 @@ export declare class Errors {

@@ -0,0 +0,0 @@ define(["require", "exports"], function (require, exports) {

export { Application, Page, PageProps } from './application';

@@ -0,0 +0,0 @@ define(["require", "exports", "./application"], function (require, exports, application_1) {

{
"name": "maishu-chitu-react",
"version": "1.7.0",
"version": "1.7.2",
"description": "",

@@ -21,3 +21,4 @@ "main": "dist/index.js",

"dependencies": {
"maishu-chitu": "^3.0.0",
"chitu": "^0.8.1",
"maishu-chitu": "^2.9.20",
"maishu-chitu-service": "^1.1.16",

@@ -24,0 +25,0 @@ "react": "^16.8.2",

@@ -0,0 +0,0 @@ export class Errors {

@@ -0,0 +0,0 @@ export { Application, Page, PageProps } from './application'

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ const webpack = require('webpack');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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