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

react-creates

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-creates - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

dist/scripts/component/log/log-header.d.ts

8

CHANGELOG.md

@@ -7,2 +7,10 @@ ### Changelog

#### [v1.0.25](https://github.com/tzachbon/react-creates/compare/v1.0.24...v1.0.25)
> 7 September 2020
- Add lerna as dev dep [`6cb026e`](https://github.com/tzachbon/react-creates/commit/6cb026e9a922a5eb9b226ca9223acbd737f70bfc)
- Update scripts [`21761b0`](https://github.com/tzachbon/react-creates/commit/21761b0a594682bccfea0e402070d4028f87c17d)
- chore(vsc): new logos [`c7af4bf`](https://github.com/tzachbon/react-creates/commit/c7af4bf82a6ab89d52ed12498472a3770bc969a9)
#### [v1.0.24](https://github.com/tzachbon/react-creates/compare/v1.0.23...v1.0.24)

@@ -9,0 +17,0 @@

10

dist/scripts/component/component.js

@@ -8,6 +8,5 @@ "use strict";

const commander_1 = require("commander");
const chalk_1 = __importDefault(require("chalk"));
const config_1 = __importDefault(require("../../utils/config"));
const run_1 = require("./run");
const options_logger_1 = require("./options-logger");
const options_logger_1 = require("./log/options-logger");
const error_1 = require("../../utils/error");

@@ -20,2 +19,3 @@ const parse_prop_types_1 = require("./parsers/parse-prop-types");

const parse_type_1 = require("./parsers/parse-type");
const log_header_1 = require("./log/log-header");
exports.createComponent = () => commander_1.program

@@ -57,7 +57,3 @@ .command('component <name>')

try {
console.log(`
React Creates: ${chalk_1.default.blueBright.bold('Component')}
Parsing arguments...
`);
log_header_1.logHeader(name);
target = await parse_target_1.parseTarget({ name, target });

@@ -64,0 +60,0 @@ await error_1.checkForMainDependencies({ target });

{
"name": "react-creates",
"version": "1.0.24",
"version": "1.0.25",
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development",

@@ -5,0 +5,0 @@ "files": [

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