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

@thi.ng/atom

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/atom - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="0.7.3"></a>
## [0.7.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.7.2...@thi.ng/atom@0.7.3) (2018-03-03)
**Note:** Version bump only for package @thi.ng/atom
<a name="0.7.2"></a>

@@ -8,0 +16,0 @@ ## [0.7.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.7.1...@thi.ng/atom@0.7.2) (2018-03-02)

2

package.json
{
"name": "@thi.ng/atom",
"version": "0.7.2",
"version": "0.7.3",
"description": "Mutable wrapper for a immutable values",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -26,3 +26,3 @@ # @thi.ng/atom

[Live demo here](http://demo.thi.ng/umbrella/hiccup-dom/todo-list/)
[Live demo here](http://demo.thi.ng/umbrella/todo-list/)

@@ -177,3 +177,3 @@ ### Atom

an example of a tiny
[@thi.ng/hiccup-dom](https://github.com/thi-ng/umbrella/tree/master/packages/hiccup-dom)
[@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/master/packages/hdom)
web app, demonstrating how to use derived views to switch the UI for different

@@ -190,3 +190,3 @@ application states / modules.

import { Atom, setIn } from "@thi.ng/atom";
import { start } from "@thi.ng/hiccup-dom";
import { start } from "@thi.ng/hdom";

@@ -269,3 +269,3 @@ // central immutable app state

currView.deref(),
["footer", "Made with @thi.ng/atom and @thi.ng/hiccup-dom"]];
["footer", "Made with @thi.ng/atom and @thi.ng/hdom"]];

@@ -272,0 +272,0 @@ start(document.body, app);

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