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

serverless-build-plugin

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-build-plugin - npm Package Compare versions

Comparing version 3.0.0-alpha to 3.1.0-alpha

4

CHANGELOG.md
## 2.4.0-alpha.1 - Aug 18 2018
Fix:
- [x] Fix symlink, walker required / at the end of packagePath for reading symlink.
## 2.3.0 - Aug 08 2017

@@ -3,0 +7,0 @@ Features:

2

ModuleBundler.js

@@ -164,3 +164,3 @@ "use strict";

}); };
return [4 /*yield*/, new Walker_1.Walker(packagePath)
return [4 /*yield*/, new Walker_1.Walker("" + packagePath + path_1.sep)
.filter(filter)

@@ -167,0 +167,0 @@ .file(onFile)

{
"name": "serverless-build-plugin",
"version": "3.0.0-alpha",
"version": "3.1.0-alpha",
"description": "A Node.js focused build optimizer plugin for serverless",

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

Sorry, the diff of this file is not supported yet

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