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

remail

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remail - npm Package Compare versions

Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2

dist/__tests__/index.d.ts

5

package.json
{
"name": "remail",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Email component framework built with React.",

@@ -12,4 +12,5 @@ "main": "dist/index.js",

"prepare": "is-ci || husky install",
"build": "esbuild --minify --bundle --external:react --format=cjs --outdir=dist lib/index.ts",
"build": "esbuild --minify --bundle --external:react --format=cjs --outdir=dist lib/index.ts && pnpm typegen",
"test": "c8 node -r esbuild-register lib/__tests__/index.tsx",
"typegen": "tsc --emitDeclarationOnly",
"typecheck": "tsc --noEmit",

@@ -16,0 +17,0 @@ "lint": "prettier --check .",

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