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

@wrtn/app-router

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wrtn/app-router - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/packages/wrtn-router-service.const.js

@@ -9,3 +9,5 @@ "use strict";

AgentNewsDetailScreen: '1.3.9',
AgentKeywordScreen: '1.3.12',
AgentKeywordDetailScreen: '1.3.12',
};
exports.default = SCREEN_MIN_VERSION;

@@ -22,3 +22,5 @@ import { NavigationState, PartialState } from '@react-navigation/routers';

SignInScreen: undefined;
SurveyInterestScreen: undefined;
SurveyInterestScreen: {
init: boolean;
};
SurveyGenderScreen: undefined;

@@ -55,3 +57,2 @@ SurveyBirthYearScreen: undefined;

category: string;
commandChips: string[];
};

@@ -85,2 +86,3 @@ ToolDetailScreen: {

ThemeSettingScreen: undefined;
CodePushUpdateScreen: undefined;
MyProfileScreen: undefined;

@@ -98,10 +100,102 @@ MyProfileDetailScreen: undefined;

AgentRegisterCompleteScreen: undefined;
AgentNewsDetailScreen: {
AgentNewsDetailScreen: undefined;
AgentNewsContentDetailScreen: {
id: string;
idx: number;
};
AgentNewsSettingScreen: undefined;
AgentKeywordScreen: undefined;
AgentKeywordRegisterScreen: undefined;
AgentKeywordRegisterCompleteScreen: {
dto: {
consideration: {
input: string;
};
reportTime: string;
andKeywords: {
keyword: string;
};
orKeywords: {
keyword: string;
};
notKeywords: {
keyword: string;
};
categories: {
id: string;
name: string;
isSelected: boolean;
}[];
};
};
AgentKeywordDetailScreen: {
isDemo?: boolean;
data?: {
isResult: boolean;
defaultMessage?: string;
summary?: string;
images?: {
id: string;
thumbnail: string;
title: string;
link: string;
}[];
blogs?: {
id: string;
description: string;
bloggerName: string;
postDate: string;
title: string;
link: string;
}[];
news?: {
id: string;
title: string;
content: string;
description: string;
publishedAt: string;
category: string[];
image: string;
provider: string;
link: string;
}[];
communities: {
id: string;
title: string;
link: string;
description: string;
}[];
} | any;
dto?: {
consideration: {
input: string;
};
reportTime: string;
andKeywords: {
keyword: string;
};
orKeywords: {
keyword: string;
};
notKeywords: {
keyword: string;
};
categories: {
id: string;
name: string;
isSelected: boolean;
}[];
};
};
AgentKeywordNewsDetailScreen: {
title: string;
content: string;
thumbnail: string | undefined;
};
AgentNewsContentDetailScreen: {
AgentSubscribeCompleteScreen: undefined;
AgentKeywordContentDetailScreen: {
id: string;
idx: number;
};
AgentNewsSettingScreen: undefined;
AgentKeywordSettingScreen: undefined;
};

@@ -108,0 +202,0 @@ export type BottomTabNavigatorParamList = {

2

package.json
{
"name": "@wrtn/app-router",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

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

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