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

@mmckegg/mutant

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mmckegg/mutant - npm Package Compare versions

Comparing version 3.5.1 to 3.5.2

LICENSE

31

package.json
{
"name": "@mmckegg/mutant",
"version": "3.5.1",
"description": "",
"main": "array.js",
"directories": {
"test": "test"
},
"version": "3.5.2",
"description": "Create observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all over the place.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"author": "Matt McKegg",
"repository": {
"type": "git",
"url": "git+https://github.com/mmckegg/mutant.git"
},
"bugs": {
"url": "https://github.com/mmckegg/mutant/issues"
},
"license": "MIT",
"keywords": [
"observ",
"realtime",
"computed",
"mutable",
"mutate",
"dom",
"gc",
"hyperscript",
"frp",
"graph"
],
"dependencies": {

@@ -15,0 +30,0 @@ "browser-split": "0.0.1"

@@ -1,5 +0,4 @@

mutant
===
# mutant
Create observables and map them to DOM elements. Massively inspired by `hyperscript` and `observ-*`.
Create observables and map them to DOM elements. Massively inspired by [hyperscript](https://github.com/dominictarr/hyperscript) and [`observ-*`](https://github.com/Raynos/observ).

@@ -12,4 +11,7 @@ No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all over the place.

Being used as primary renderer and data models in [Loop Drop](https://github.com/mmckegg/loop-drop-app).
## Used By
- **[Loop Drop](https://github.com/mmckegg/loop-drop-app)**: Live electronic music performance app. MIDI looper, modular synth and sampler app built around Novation Launchpad controller. Powered by Web Audio, Web MIDI, and [electron](https://electron.atom.io).
- **[Ferment](https://github.com/mmckegg/ferment)**: Peer-to-peer audio sharing and streaming application. Like SoundCloud but decentralized. A mashup of [ssb](https://scuttlebot.io/), [webtorrent](https://webtorrent.io/) and [electron](https://electron.atom.io).
## Install

@@ -87,1 +89,5 @@

```
## License
MIT
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