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

hoodie-plugin-email

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoodie-plugin-email - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json

@@ -5,4 +5,4 @@ {

"dependencies": {},
"version": "0.1.1",
"version": "0.1.2",
"main": "worker.js"
}

@@ -7,7 +7,3 @@ // Hoodie E-Mail worker.

hoodie.task.on('add:email', handleNewEmail)
hoodie.task.on('change', function() {
console.log('task!')
console.log(arguments)
});
hoodie.task.on('add:email', handleNewEmail);

@@ -22,3 +18,3 @@ function handleNewEmail(dbName, email) {

hoodie.task.success(dbName, email);
})
});
}

@@ -25,0 +21,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