New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-resolver

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-resolver - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

_book/.babelrc

3

CHANGELOG.md
# 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 @@

20

package.json
{
"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)
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