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

@alio/preset-serverless

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alio/preset-serverless - npm Package Compare versions

Comparing version 0.0.1 to 0.2.0

4

index.js
module.exports = (options = {}) => (config, ctx) => {
config.output.libraryTarget = 'commonjs2'
config.devtool = 'inline-source-map'
config.output.libraryTarget = 'commonjs'
config.devtool = 'inline-cheap-module-source-map'
return config
}
{
"name": "@alio/preset-serverless",
"version": "0.0.1",
"version": "0.2.0",
"description": "Serverless preset for alio.",

@@ -15,3 +15,4 @@ "main": "index.js",

},
"homepage": "https://github.com/the-couch/alio#readme"
"homepage": "https://github.com/the-couch/alio#readme",
"gitHead": "12adb478bffa69a6d07ada1f3fa2bbf8e8dc3586"
}
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