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

@liveblocks/node

Package Overview
Dependencies
Maintainers
3
Versions
370
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

11

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";
var PKG_FORMAT = "esm";

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

convertToThreadData,
createUserNotificationSettings,
objectToQuery,

@@ -1303,3 +1304,5 @@ tryParseJson,

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

@@ -1322,3 +1325,5 @@ /**

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

@@ -1325,0 +1330,0 @@ /**

{
"name": "@liveblocks/node",
"version": "2.19.0",
"version": "2.20.0",
"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",
"@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