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

lambda-meta

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-meta - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

scripts/preprocess.ts

17

package.json
{
"name": "lambda-meta",
"version": "3.0.1",
"version": "3.0.2",
"description": "AWS Lambda Metadata Handlers",

@@ -56,11 +56,11 @@ "main": "dist/src/index.js",

"type-check": "^0.3.2",
"uuidv4": "^6.0.0"
"uuidv4": "^6.0.2"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.39",
"@types/aws-lambda": "^8.10.41",
"@types/glob": "^7.1.1",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.21",
"@types/mocha": "^7.0.1",
"@types/node": "^12.12.27",
"@types/type-check": "^0.3.27",
"@types/uuid": "^3.4.6",
"@types/uuid": "^3.4.7",
"aws-lambda": "^0.1.2",

@@ -73,9 +73,6 @@ "chai": "^4.2.0",

"nyc": "^14.1.1",
"ts-node": "^8.5.4",
"ts-node": "^8.6.2",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
},
"optionalDependencies": {
"@iopipe/iopipe": "^1.7.0"
}
}

@@ -256,3 +256,4 @@ # Lambda Meta Handlers

const enumerateHandlers = path => JSON.parse(child_process.execSync(`npx ts-node ./scripts/preprocess.ts "${path}"`));
const enumerateHandlers = path =>
JSON.parse(child_process.execSync(`npx ts-node ./scripts/preprocess.ts "${path}"`).toString('utf8'));

@@ -259,0 +260,0 @@ Then when exporting your functions:

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