New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@beforeyoubid/jsx-mail-core

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beforeyoubid/jsx-mail-core - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",

@@ -4,0 +4,0 @@ "description": "All jsx mail core functions. 🚀✉️",

@@ -11,7 +11,7 @@ # JSXMail

// eslint-disable-next-line
const { Core } = require('@jsx-mail/core');
const { Core } = require('@beforeyoubid/jsx-mail-core');
const core = new Core(__dirname + '/mail-app', 'dist');
core.build().then((result) => {
core.build().then(result => {
console.log('Build result:', result);

@@ -28,3 +28,3 @@ core

)
.then((result) => {
.then(result => {
console.log('Render result:', result);

@@ -31,0 +31,0 @@ });

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