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.10 to 1.0.11

17

CHANGELOG.md

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

#### [v1.0.11](https://github.com/tzachbon/react-creates/compare/v1.0.10...v1.0.11)
> 18 August 2020
- docs(clli): `1.0.10` [`43a24e3`](https://github.com/tzachbon/react-creates/commit/43a24e355bdb85d3fc473fbd2ffcda24d23c24bb)
- docs(cli): add vscode link [`6508978`](https://github.com/tzachbon/react-creates/commit/6508978ee0b62a02d854feee77b6ad2395debac4)
#### [v1.0.10](https://github.com/tzachbon/react-creates/compare/v1.0.9...v1.0.10)
> 18 August 2020
- Feature cli component skip test [`#17`](https://github.com/tzachbon/react-creates/pull/17)
- feat(cli): Can skip test files with: `--skip-test` #11 [`#15`](https://github.com/tzachbon/react-creates/pull/15)
- New react-scripts version: `1.0.10` [`bbffd5c`](https://github.com/tzachbon/react-creates/commit/bbffd5c43bf413e549fe8c25165da536585af461)
- docs(cli): update readme [`35ea1fe`](https://github.com/tzachbon/react-creates/commit/35ea1fe9d855d2aba9926aa83b6d71bc6d1a74db)
- docs(cli): update description [`fd9b769`](https://github.com/tzachbon/react-creates/commit/fd9b769775e78b79df1cddcf10515f055d18d610)
#### [v1.0.9](https://github.com/tzachbon/react-creates/compare/v1.0.8...v1.0.9)

@@ -9,0 +26,0 @@

5

package.json
{
"name": "react-creates",
"version": "1.0.10",
"version": "1.0.11",
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development",

@@ -26,5 +26,4 @@ "files": [

"deploy:minor": "node deploy -m",
"predeploy": "npm run build && npm run deploy:patch",
"predeploy": "npm run build && npm run deploy:patch && node deploy -t && npm run version && node deploy -g",
"deploy": "npm publish",
"postdeploy": "npm run version && node deploy -g",
"version": "npx auto-changelog"

@@ -31,0 +30,0 @@ },

7

README.md

@@ -18,2 +18,3 @@ <p align="center">

- [Getting Started ⬇️](#getting-started-⬇️)
- [Feeling Lazy](#feeling-lazy)
- [Features](#features)

@@ -34,3 +35,3 @@ - [Component](#component)

Writer this in the terminal inside your react project:
Write this in the terminal inside your react project:

@@ -49,2 +50,6 @@ `npx react-creates component MyComponent`

## Feeling Lazy
Try the [VSCode extension](https://marketplace.visualstudio.com/items?itemName=TzachBonfil.react-creates-vsc)
# Features

@@ -51,0 +56,0 @@

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