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

@thi.ng/atom

Package Overview
Dependencies
Maintainers
1
Versions
249
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 5.2.23 to 5.2.24

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-01-23T15:58:27Z
- **Last updated**: 2024-01-26T18:03:04Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

@@ -157,9 +157,6 @@ import type { DeepPath, Event, INotify, Listener, OptPathVal, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8, PathVal, Predicate2, Watch } from "@thi.ng/api";

release(): boolean;
/** {@inheritDoc @thi.ng/api#INotify.addListener} */
addListener(id: HistoryEventType, fn: Listener<HistoryEventType>, scope?: any): boolean;
/** {@inheritDoc @thi.ng/api#INotify.removeListener} */
removeListener(id: HistoryEventType, fn: Listener<HistoryEventType>, scope?: any): boolean;
/** {@inheritDoc @thi.ng/api#INotify.notify} */
notify(e: Event<HistoryEventType>): boolean;
}
//# sourceMappingURL=history.d.ts.map

@@ -235,3 +235,2 @@ var __defProp = Object.defineProperty;

}
/** {@inheritDoc @thi.ng/api#INotify.addListener} */
// @ts-ignore: mixin

@@ -241,3 +240,2 @@ // prettier-ignore

}
/** {@inheritDoc @thi.ng/api#INotify.removeListener} */
// @ts-ignore: mixin

@@ -247,3 +245,2 @@ // prettier-ignore

}
/** {@inheritDoc @thi.ng/api#INotify.notify} */
// @ts-ignore: mixin

@@ -250,0 +247,0 @@ notify(e) {

{
"name": "@thi.ng/atom",
"version": "5.2.23",
"version": "5.2.24",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",

@@ -38,6 +38,6 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/api": "^8.9.18",
"@thi.ng/equiv": "^2.1.42",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/paths": "^5.1.58",
"@thi.ng/paths": "^5.1.59",
"tslib": "^2.6.2"

@@ -111,3 +111,3 @@ },

},
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n"
"gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
}

@@ -21,4 +21,4 @@ import type { DeepPath, Fn, OptPathVal, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8, Predicate2 } from "@thi.ng/api";

* @remarks
* Views can be created directly or via the {@link IViewable.addView} method of
* the parent state. Views can be
* Views can be created via {@link defView} or {@link defViewUnsafe} which are
* given a parent state container. Views can be
* [`IDeref`](https://docs.thi.ng/umbrella/api/interfaces/IDeref.html).deref}'d

@@ -25,0 +25,0 @@ * like atoms and polled for value changes using {@link IView.changed}. The

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