You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@liveblocks/node

Package Overview
Dependencies
Maintainers
3
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/node - npm Package Compare versions

Comparing version

to
2.20.0-blocknote

15

dist/index.js

@@ -6,3 +6,3 @@ // src/index.ts

var PKG_NAME = "@liveblocks/node";
var PKG_VERSION = "2.19.0";
var PKG_VERSION = "2.20.0-blocknote";
var PKG_FORMAT = "esm";

@@ -16,2 +16,3 @@

convertToThreadData,
createUserNotificationSettings,
objectToQuery,

@@ -1020,3 +1021,3 @@ tryParseJson,

url2`/v2/rooms/${roomId}/threads/${threadId}/mark-as-resolved`,
{},
{ userId: params.data.userId },
options

@@ -1041,3 +1042,3 @@ );

url2`/v2/rooms/${roomId}/threads/${threadId}/mark-as-unresolved`,
{},
{ userId: params.data.userId },
options

@@ -1305,3 +1306,5 @@ );

}
return await res.json();
const plainSettings = await res.json();
const settings = createUserNotificationSettings(plainSettings);
return settings;
}

@@ -1324,3 +1327,5 @@ /**

}
return await res.json();
const plainSettings = await res.json();
const settings = createUserNotificationSettings(plainSettings);
return settings;
}

@@ -1327,0 +1332,0 @@ /**

{
"name": "@liveblocks/node",
"version": "2.19.0",
"version": "2.20.0-blocknote",
"description": "A server-side utility that lets you set up a Liveblocks authentication endpoint. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",

@@ -37,3 +37,3 @@ "license": "Apache-2.0",

"dependencies": {
"@liveblocks/core": "2.19.0",
"@liveblocks/core": "2.20.0-blocknote",
"@stablelib/base64": "^1.0.1",

@@ -40,0 +40,0 @@ "fast-sha256": "^1.3.0",

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 not supported yet