hoodie-plugin-email
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -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 @@ |
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
1204
21
1