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 0.0.1 to 2.9.2-emails1

dist/index.d.mts

44

package.json
{
"name": "@liveblocks/emails",
"version": "0.0.1",
"description": "A set of functions and utilities to prepare data to send emails from notifications. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
"version": "2.9.2-emails1",
"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.",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"default": "./dist/index.js"
}
}
},
"files": [
"dist/**",
"README.md"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"start": "tsup --watch",
"format": "(eslint --fix src/ || true) && prettier --write src/",
"lint": "eslint src/",
"lint:package": "publint --strict && attw --pack",
"test": "jest --silent --verbose --color=always",
"test:types": "ls test-d/* | xargs -n1 tsd --files",
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@liveblocks/core": "2.9.2-emails1",
"@liveblocks/node": "2.9.2-emails1"
},
"peerDependencies": {
"react": "^16.14.0 || ^17 || ^18"
},
"devDependencies": {
"@liveblocks/eslint-config": "*",
"@liveblocks/jest-config": "*",
"csstype": "3.0.2",
"msw": "^2.0.2"
},
"sideEffects": false,

@@ -11,0 +51,0 @@ "bugs": {

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