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

hrx

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hrx - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

4

package.json
{
"name": "hrx",
"version": "0.0.3",
"version": "0.1.0",
"description": "Single page app framework",

@@ -34,5 +34,5 @@ "repository": "git+https://github.com/FormBucket/hrx.git",

"dependencies": {
"fluxury": "^3.1.0",
"xander": "^1.1.0",
"formula": "^3.5.0"
}
}

@@ -13,3 +13,3 @@ # hrx

* **r** is for `RUN` expression.
* **x** is for e**X**perience.
* **x** is for [xander](https://github.com/FormBucket/xander).

@@ -34,3 +34,3 @@ hrx is hyperscript + formula.

import { createElement as h } from 'react';
import { R as r } from 'formula'
import { RUN as r } from 'formula'
import {boot, Loadable, Rule, Eval} from 'hrx';

@@ -37,0 +37,0 @@

@@ -75,3 +75,3 @@ // mock browser globals

var { createStore, dispatch, promiseAction } = require("fluxury");
var { createStore, dispatch, promiseAction } = require("xander");
var router = require("../src/router");

@@ -263,3 +263,3 @@ var { loadContent, loadRoutes, Link, Container } = require("../src/index");

var { connect } = require("../src/index");
var { createStore, dispatch } = require("fluxury");
var { createStore, dispatch } = require("xander");

@@ -266,0 +266,0 @@ test("api tests", function(t) {

@@ -58,3 +58,3 @@ // mock browser globals

var { createStore, dispatch, promiseAction, subscribe } = require("fluxury");
var { createStore, dispatch, promiseAction, subscribe } = require("xander");

@@ -61,0 +61,0 @@ // subscribe((state, action) => console.log('action', action))

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