Socket
Socket
Sign inDemoInstall

serverless-plugin-browserify

Package Overview
Dependencies
233
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

lib/configure.js

@@ -15,3 +15,3 @@ 'use strict';

const globalCustom = this.serverless.service.custom.browserify || {};
const globalCustom = (this.serverless.service.custom && this.serverless.service.custom.browserify) || {};

@@ -18,0 +18,0 @@ if (globalCustom.disable) {

{
"name": "serverless-plugin-browserify",
"version": "1.0.1",
"version": "1.0.2",
"description": "Serverless v1.0 plugin that uses Browserify to bundle NodeJS Lambda functions.",

@@ -5,0 +5,0 @@ "main": "index.js",

# Serverless Browserify Plugin
**NOTE:** This plugin is waiting on merge and release of https://github.com/serverless/serverless/pull/2561
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)

@@ -6,0 +4,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc