Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@liveblocks/emails

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/emails - npm Package Compare versions

Comparing version 2.10.3-emails1 to 2.11.0

2

dist/index.js

@@ -6,3 +6,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// src/index.ts

var PKG_NAME = "@liveblocks/emails";
var PKG_VERSION = "2.10.3-emails1";
var PKG_VERSION = "2.11.0";
var PKG_FORMAT = "cjs";

@@ -9,0 +9,0 @@

{
"name": "@liveblocks/emails",
"version": "2.10.3-emails1",
"version": "2.11.0",
"description": "A set of functions and utilities to make sending emails based on Liveblocks notification events easy. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",

@@ -38,7 +38,7 @@ "license": "Apache-2.0",

"dependencies": {
"@liveblocks/core": "2.10.3-emails1",
"@liveblocks/node": "2.10.3-emails1"
"@liveblocks/core": "2.11.0",
"@liveblocks/node": "2.11.0"
},
"peerDependencies": {
"react": "^16.14.0 || ^17 || ^18 || ^19"
"react": "^16.14.0 || ^17 || ^18 || ^19 || ^19.0.0-rc"
},

@@ -62,5 +62,21 @@ "devDependencies": {

"keywords": [
"emails",
"node",
"react",
"comments",
"threads",
"liveblocks",
"emails"
"real-time",
"toolkit",
"multiplayer",
"websockets",
"collaboration",
"collaborative",
"presence",
"crdts",
"synchronize",
"rooms",
"documents",
"conflict resolution"
]
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc