New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dooboo-cli

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dooboo-cli - npm Package Compare versions

Comparing version

to
1.4.2

3

CHANGELOG.md
## Changelogs
**[1.4.+]**
+ Deprecate `mobx` template from boilerplates.
* Deprecate `mobx` template from boilerplates.
* Fixed small `types` when generating screen.
+ Renew all templates with `react-hook` with `context-api`.

@@ -5,0 +6,0 @@ + `1.4.1` has fixed regression issue.

{
"name": "dooboo-cli",
"version": "1.4.1",
"version": "1.4.2",
"description": "starting react express app with me!",

@@ -5,0 +5,0 @@ "bin": {

@@ -25,3 +25,3 @@ // @flow

type Props = {
navigation?: NavigationScreenProp<NavigationStateRoute>;
navigation?: any;
}

@@ -35,3 +35,3 @@

<Container>
<StyledText testID = 'myText'>dooboolab</StyledText>
<StyledText testID='myText'>dooboolab</StyledText>
</Container>

@@ -38,0 +38,0 @@ );

Sorry, the diff of this file is not supported yet