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

xander

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xander - npm Package Compare versions

Comparing version 0.7.3 to 0.8.0

2

lib/index.js

@@ -19,4 +19,2 @@ 'use strict';

require('./windowStore');
var xander = function xander(_ref) {

@@ -23,0 +21,0 @@ var routes = _ref.routes,

8

package.json
{
"name": "xander",
"version": "0.7.3",
"version": "0.8.0",
"description": "Single page app framework",

@@ -33,9 +33,9 @@ "repository": "git+https://github.com/formula/xander.git",

"peerDependencies": {
"react": "^16.0.0"
"react": "^15.6.2 || ^16.0.0"
},
"dependencies": {
"formula": "^2.1.8",
"formula": "^2.2.4",
"fluxury": "^3.0.0",
"rootr": "^0.2.2"
"rootr": "^0.2.3"
}
}

@@ -7,5 +7,5 @@ # xander

Single Page App Framework, built on React.
Framework for React Single Page Apps. The framework is a complete environment including routing and state management.
Look at [minimal example](./examples/minimal) for minimal webpack setup.
Webpack is recommended to bundle your projects. The [minimal example](./examples/minimal) provides a simple boilerplate setup. For larger projects, look at the [async example](./examples/async) which utilizes webpack's code splitting to scale your app.

@@ -12,0 +12,0 @@ ## Usage

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