react-dev-utils
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "react-dev-utils", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Webpack utilities used by Create React App", | ||
@@ -5,0 +5,0 @@ "repository": "facebookincubator/create-react-app", |
# react-dev-utils | ||
This package includes some utilities used by [Create React App](https://github.com/facebookincubator/create-react-app). | ||
This package includes some utilities used by [Create React App](https://github.com/facebookincubator/create-react-app).<br> | ||
Please refer to its documentation: | ||
@@ -23,3 +23,3 @@ | ||
This Webpack plugin lets us interpolate custom variables into `index.html`. | ||
This Webpack plugin lets us interpolate custom variables into `index.html`.<br> | ||
It works in tandem with [HtmlWebpackPlugin](https://github.com/ampedandwired/html-webpack-plugin) 2.x via its [events](https://github.com/ampedandwired/html-webpack-plugin#events). | ||
@@ -62,4 +62,4 @@ | ||
This Webpack plugin ensures `npm install <library>` forces a project rebuild. | ||
We’re not sure why this isn't Webpack's default behavior. | ||
This Webpack plugin ensures `npm install <library>` forces a project rebuild.<br> | ||
We’re not sure why this isn't Webpack's default behavior.<br> | ||
See [#186](https://github.com/facebookincubator/create-react-app/issues/186) for details. | ||
@@ -88,4 +88,4 @@ | ||
Makes sure that all passed files exist. | ||
Filenames are expected to be absolute. | ||
Makes sure that all passed files exist.<br> | ||
Filenames are expected to be absolute.<br> | ||
If a file is not found, prints a warning message and returns `false`. | ||
@@ -167,4 +167,4 @@ | ||
Attempts to open the browser with a given URL. | ||
On Mac OS X, attempts to reuse an existing Chrome tab via AppleScript. | ||
Attempts to open the browser with a given URL.<br> | ||
On Mac OS X, attempts to reuse an existing Chrome tab via AppleScript.<br> | ||
Otherwise, falls back to [opn](https://github.com/sindresorhus/opn) behavior. | ||
@@ -186,4 +186,4 @@ | ||
By convention, "no" should be the conservative choice. | ||
If you mistype the answer, we'll always take it as a "no". | ||
By convention, "no" should be the conservative choice.<br> | ||
If you mistype the answer, we'll always take it as a "no".<br> | ||
You can control the behavior on `<Enter>` with `isYesDefault`. | ||
@@ -190,0 +190,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
32952
2