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

fluxible-plugin-routr

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxible-plugin-routr - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

.idea/jsLibraryMappings.xml

18

lib/routr-plugin.js

@@ -41,20 +41,2 @@ /**

/**
* Called to dehydrate plugin options
* @method dehydrate
* @returns {Object}
*/
dehydrate: function dehydrate() {
return {
routes: routes
};
},
/**
* Called to rehydrate plugin options
* @method rehydrate
* @returns {Object}
*/
rehydrate: function rehydrate(state) {
routes = state.routes;
},
/**
* @method getRoutes

@@ -61,0 +43,0 @@ * @returns {Object}

4

package.json
{
"name": "fluxible-plugin-routr",
"version": "0.1.0",
"version": "0.2.0",
"description": "A plugin for fluxible applications to provide routing methods",

@@ -18,3 +18,3 @@ "main": "index.js",

"coveralls": "^2.11.1",
"fluxible-app": "^0.0.x",
"fluxible-app": "^0.1.0",
"grunt": "^0.4.5",

@@ -21,0 +21,0 @@ "istanbul": "~0.2.7",

@@ -34,3 +34,3 @@ # Routr Plugin for Fluxible App

Provides full access to the routr instance. See [https://github.com/yahoo/routr](routr docs) for more information.
Provides full access to the routr instance. See [routr docs](https://github.com/yahoo/routr) for more information.

@@ -37,0 +37,0 @@ * `actionContext.routr.makePath(routeName, routeParams)`: Create a URL based on route name and params

Sorry, the diff of this file is not supported yet

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