You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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.6.3

yarn.lock

2

CHANGELOG.md
## Changelogs
**[1.6.3]**
* Update `template` for React app (*both `ts` and `js`*).
**[1.6.2]**

@@ -3,0 +5,0 @@ * Enhanced test config in `react-native-ts` project.

8

package.json
{
"name": "dooboo-cli",
"version": "1.6.2",
"version": "1.6.3",
"description": "starting react express app with me!",

@@ -26,3 +26,3 @@ "bin": {

"dependencies": {
"boxen": "^3.0.0",
"boxen": "^4.0.0",
"chalk": "^2.4.2",

@@ -34,6 +34,6 @@ "commander": "^2.19.0",

"shelljs": "^0.8.3",
"update-notifier": "^2.5.0"
"update-notifier": "^3.0.0"
},
"devDependencies": {
"@types/node": "^11.9.5",
"@types/node": "^12.0.0",
"tslint": "^5.14.0",

@@ -40,0 +40,0 @@ "typescript": "^3.3.3333"

@@ -6,5 +6,2 @@ // @flow

import Button from '../shared/Button';
import {
IC_MASK,
} from '../../utils/Icons';

@@ -11,0 +8,0 @@ const Container = styled.div`

Sorry, the diff of this file is not supported yet