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

blocks-subscribe-email

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blocks-subscribe-email - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

gulpfile.js

@@ -75,3 +75,3 @@ var gulp = require('gulp');

browserStackTunnel = new BrowserStackTunnel({
key: 'Pg3lrsRFJ6ZJ8QixKTAM',
key: '',
hosts: [{

@@ -78,0 +78,0 @@ name: 'localhost',

{
"name": "blocks-subscribe-email",
"version": "2.0.0",
"version": "2.1.0",
"description": "Subscribes an email address to a list. Supports a selection of email marketing services.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -16,2 +16,4 @@ var template = require('./subscribe-form.hbs');

instance.theForm = options.element[0];
} else if (options.element.nodeType > 0) {
instance.theForm = options.element;
} else {

@@ -18,0 +20,0 @@ instance.theForm = document.querySelector(options.element);

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