Huge News!Announcing our $40M Series B led by Abstract Ventures.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 8.1.1 to 8.1.2

2

lib/bin/cb.js
import { RN_VERSION } from './const.js';
import { camelCaseToDash } from '../util./functions.js';
import { camelCaseToDash } from '../utils/functions.js';
import chalk from 'chalk';

@@ -4,0 +4,0 @@ import childProcess from 'child_process';

#!/usr/bin/env node
'use strict';
import { EXPO_PROJECT_BRANCH, RN_PROJECT_BRANCH } from './const.js';
import { camelize, exitIfNotDoobooRepo, exitIfNotV5, resolveComponent, resolveTemplate, upperCamelize, } from '../util./functions.js';
import { camelize, exitIfNotDoobooRepo, exitIfNotV5, resolveComponent, resolveTemplate, upperCamelize, } from '../utils/functions.js';
import { cbResultExpo, cbResultReact, cbResultReactNative } from './cb.js';

@@ -6,0 +6,0 @@ import { Command } from 'commander';

{
"name": "dooboo-cli",
"version": "8.1.1",
"version": "8.1.2",
"description": "React and react-native starter kit",

@@ -11,2 +11,3 @@ "bin": {

"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"link": "npm run build && npm unlink -g && npm link",
"build": "rm -rf lib/ && npm run lint && npm run tsc && cp -r templates lib/",

@@ -13,0 +14,0 @@ "deploy": "npm run build && npm publish"

{
"name": "dooboo-cli",
"version": "8.1.1",
"version": "8.1.2",
"description": "React and react-native starter kit",

@@ -11,2 +11,3 @@ "bin": {

"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"link": "npm run build && npm unlink -g && npm link",
"build": "rm -rf lib/ && npm run lint && npm run tsc && cp -r templates lib/",

@@ -13,0 +14,0 @@ "deploy": "npm run build && npm publish"

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