@liveblocks/node
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -109,3 +109,5 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }var __async = (__this, __arguments, generator) => { | ||
throw new Error( | ||
`Invalid signature, expected one of ${expectedSignatures}, got ${signature}` | ||
`Invalid signature, expected one of ${expectedSignatures.join( | ||
", " | ||
)}, got ${signature}` | ||
); | ||
@@ -112,0 +114,0 @@ const event = JSON.parse(request.rawBody); |
{ | ||
"name": "@liveblocks/node", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
14975
352