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

flea

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flea - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "flea",
"description": "JavaScript front-end library based in Snabbdom and ES6 tagged template literals",
"version": "0.0.8",
"version": "0.0.9",
"main": "index.js",

@@ -6,0 +6,0 @@ "author": "Jorge Bucaran",

@@ -35,7 +35,4 @@ # flea

## Examples
[See more examples](https://flea.gomix.me/).
* ...
* ...
## API

@@ -65,3 +62,3 @@

The update object exposes reducers that describe how the model will change. A reducer returns a new model. If you find you are doing something different here, you probably want an [effect](#effect) instead.
The update object exposes reducers that describe how the model will change. A reducer returns a new model. If you find you are doing something different here, you probably want an [effect](#effects) instead.

@@ -120,3 +117,3 @@ Reducers have a signature `(model, data)`, where `model` is the current model, and `data` is the data the reducer was passed to.

The root is the HTML element that will act as a container for your app. If none is given, Flea will create a `div` element in document.body and append your view in it.
The root is the HTML element that will serve as a container for your app. If none is given, Flea will create a `div` element in document.body and append your view in it.

@@ -127,7 +124,7 @@ ## FAQ

I like yo-yo the best and wrote a tiny [module](https://www.npmjs.com/package/yo-yo-app) to help me structure apps with it. I found using only yo-yo too limited, and choo too frameworky.
I like both, but I like yo-yo the best. I even wrote a tiny [module](https://www.npmjs.com/package/yo-yo-app) to help me structure apps with it. I found using yo-yo only too limited, but choo too frameworky.
I didn't like some of choo API choices like namespaces, including a router, models as containers for state and [morphdom](https://github.com/patrick-steele-idem/morphdom).
I also didn't like some of choo API choices like namespaces, including a router, models as containers for state and [morphdom](https://github.com/patrick-steele-idem/morphdom).
> See also [virtual dom benchmarks](http://vdom-benchmark.github.io/vdom-benchmark/).
See also [virtual dom benchmarks](http://vdom-benchmark.github.io/vdom-benchmark/).

@@ -134,0 +131,0 @@

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