🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

yaob

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaob - npm Package Compare versions

Comparing version
0.3.9
to
0.3.10
+4
-0
CHANGELOG.md
# Changelog
## 0.3.10 (2023-01-24)
- fixed: Add missing `hideProperties` to the TypeScript types.
## 0.3.9 (2023-01-17)

@@ -4,0 +8,0 @@

+1
-1
{
"name": "yaob",
"version": "0.3.9",
"version": "0.3.10",
"description": "Bridges an object-oriented API across a messaging layer",

@@ -5,0 +5,0 @@ "repository": {

@@ -6,2 +6,3 @@ /**

sendMessage: (message: object) => unknown
hideProperties?: string[]
throttleMs?: number

@@ -26,2 +27,3 @@ }

cloneMessage?: (x: object) => object
hideProperties?: string[]
throttleMs?: number

@@ -28,0 +30,0 @@ }