@liveblocks/emails
Advanced tools
Comparing version 0.0.1 to 2.9.2-emails1
{ | ||
"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": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
155791
8
1449
1
60
3
4
2
2
+ Added@liveblocks/core@2.9.2-emails1(transitive)
+ Added@liveblocks/node@2.9.2-emails1(transitive)
+ Added@stablelib/base64@1.0.1(transitive)
+ Addedfast-sha256@1.3.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)