Socket
Socket
Sign inDemoInstall

grunt-aws-lambda

Package Overview
Dependencies
60
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.6.0

tmp/dist/another-lambda-function_0-0-1_latest.zip

2

package.json
{
"name": "grunt-aws-lambda",
"description": "A grunt plugin to help develop AWS Lambda functions.",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "https://github.com/Tim-B/grunt-aws-lambda",

@@ -6,0 +6,0 @@ "author": {

@@ -485,1 +485,4 @@ # grunt-aws-lambda

### 0.6.0
* Fixing a minor issue caused by some code that shouldn't have been commented out.

@@ -79,3 +79,3 @@ /*

// 0777 file permission
// data.mode = 511;
data.mode = 511;
return old_normalizeEntryData.apply(zipArchive, [data, stats]);

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