Comparing version 0.6.31 to 0.6.32
{ | ||
"name": "aurumjs", | ||
"version": "0.6.31", | ||
"version": "0.6.32", | ||
"description": "Stream based declarative DOM rendering library for javascript", | ||
@@ -5,0 +5,0 @@ "main": "prebuilt/cjs/aurumjs.js", |
@@ -494,3 +494,5 @@ import { AurumServerInfo } from '../aurum_server/aurum_server_client'; | ||
listenAndRepeat(callback: Callback<MapChange<K, V>>, cancellationToken?: CancellationToken): Callback<void>; | ||
map<D>(mapper: (key: K, value: V) => D): ArrayDataSource<D>; | ||
map<D>(mapper: (key: K, value: V, valueLifetimeToken: CancellationToken) => D, cancellation: CancellationToken): MapDataSource<K, D>; | ||
toArrayDataSource(cancellation: CancellationToken): ArrayDataSource<V>; | ||
clear(): void; | ||
/** | ||
@@ -497,0 +499,0 @@ * Same as listenOnKey but will immediately call the callback with the current value first |
@@ -494,3 +494,5 @@ import { AurumServerInfo } from '../aurum_server/aurum_server_client'; | ||
listenAndRepeat(callback: Callback<MapChange<K, V>>, cancellationToken?: CancellationToken): Callback<void>; | ||
map<D>(mapper: (key: K, value: V) => D): ArrayDataSource<D>; | ||
map<D>(mapper: (key: K, value: V, valueLifetimeToken: CancellationToken) => D, cancellation: CancellationToken): MapDataSource<K, D>; | ||
toArrayDataSource(cancellation: CancellationToken): ArrayDataSource<V>; | ||
clear(): void; | ||
/** | ||
@@ -497,0 +499,0 @@ * Same as listenOnKey but will immediately call the callback with the current value first |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4325842
40720