react-resolver
Advanced tools
Comparing version 2.0.1 to 2.0.2
# React Resolver Changelog | ||
### v2.0.2 - (2015-08-11) | ||
- Apparently releasing `v1.3.0` takes over all of the `v2` releases? | ||
### v2.0.1 - (2015-08-09) | ||
@@ -5,0 +8,0 @@ |
{ | ||
"name": "react-resolver", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Async-rendering & data-fetching for universal React applications", | ||
@@ -11,8 +11,20 @@ "main": "dist/index.js", | ||
"babel": "5.8.21", | ||
"eslint-config-future": "^2.1.1" | ||
"eslint-config-future": "^2.1.1", | ||
"gitbook-cli": "0.3.4" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf dist && babel --out-dir dist src", | ||
"build": "npm run clean && npm run build:docs && npm run build:lib", | ||
"build:docs": "gitbook build -g ericclemmons/react-resolver", | ||
"build:lib": "babel --out-dir dist src", | ||
"clean": "npm run clean:docs && npm run clean:lib", | ||
"clean:docs": "rm -rf _book", | ||
"clean:lib": "rm -rf dist", | ||
"docs": "gitbook serve", | ||
"docs:publish": "npm run clean:docs && npm run build:docs && cd _book && git init && git commit --allow-empty -m 'Update gitbook' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'Update gitbook' && git push --force git@github.com:ericclemmons/react-resolver gh-pages", | ||
"lint": "eslint src test", | ||
"test": "echo Awaiting new tests..." | ||
"prepublish": "npm run build", | ||
"preversion": "npm run clean", | ||
"postversion": "git push origin master --tags && npm run docs:publisher", | ||
"test": "echo Awaiting new tests...", | ||
"version": "npm run build" | ||
}, | ||
@@ -19,0 +31,0 @@ "repository": { |
## Summary | ||
- [Home](README.md) | ||
- Introduction | ||
@@ -8,41 +9,10 @@ + [Motivation](/docs/introduction/Motivation.md) | ||
+ [Examples](/docs/introduction/Examples.md) | ||
- Getting Started | ||
+ [Installation](/docs/getting-started/Installation.md) | ||
+ [] | ||
+ [Decorating Components](/docs/getting-started/DecoratingComponents.md) | ||
+ [Client Rendering](/docs/getting-started/ClientRendering.md) | ||
+ [Server Rendering](/docs/getting-started/ServerRendering.md) | ||
+ [Bootstrapping](/docs/getting-started/Bootstrapping.md) | ||
* [Read Me](README.md) | ||
* [Introduction](/docs/introduction/README.md) | ||
* [Motivation](/docs/introduction/Motivation.md) | ||
* [Three Principles](/docs/introduction/ThreePrinciples.md) | ||
* [Prior Art](/docs/introduction/PriorArt.md) | ||
* [Ecosystem](/docs/introduction/Ecosystem.md) | ||
* [Examples](/docs/introduction/Examples.md) | ||
* [Basics](/docs/basics/README.md) | ||
* [Actions](/docs/basics/Actions.md) | ||
* [Reducers](/docs/basics/Reducers.md) | ||
* [Store](/docs/basics/Store.md) | ||
* [Data Flow](/docs/basics/DataFlow.md) | ||
* [Usage with React](/docs/basics/UsageWithReact.md) | ||
* [Example: Todo List](/docs/basics/ExampleTodoList.md) | ||
* [Advanced](/docs/advanced/README.md) | ||
* [Middleware](/docs/advanced/Middleware.md) | ||
* [Async Actions](/docs/advanced/AsyncActions.md) | ||
* [Async Flow](/docs/advanced/AsyncFlow.md) | ||
* [Usage with React Router](/docs/advanced/UsageWithReactRouter.md) | ||
* [Example: Reddit API](/docs/advanced/ExampleRedditAPI.md) | ||
* [Next Steps](/docs/advanced/NextSteps.md) | ||
* [Recipes](/docs/recipes/README.md) | ||
* [Migrating to Redux](/docs/recipes/MigratingToRedux.md) | ||
* [Reducing Boilerplate](/docs/recipes/ReducingBoilerplate.md) | ||
* [Server Rendering](/docs/recipes/ServerRendering.md) | ||
* [Computing Derived Data](/docs/recipes/ComputingDerivedData.md) | ||
* [Writing Tests](/docs/recipes/WritingTests.md) | ||
* [Troubleshooting](docs/Troubleshooting.md) | ||
* [Glossary](docs/Glossary.md) | ||
* [API Reference](docs/api/README.md) | ||
* [createStore](docs/api/createStore.md) | ||
* [Store](docs/api/Store.md) | ||
* [combineReducers](docs/api/combineReducers.md) | ||
* [applyMiddleware](docs/api/applyMiddleware.md) | ||
* [bindActionCreators](docs/api/bindActionCreators.md) | ||
* [compose](docs/api/compose.md) | ||
- [Troubleshooting](docs/Troubleshooting.md) |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2056389
49
557
3
1
3
2