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

alexa-lambda-skill

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-lambda-skill - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

7

package.json

@@ -5,8 +5,7 @@ {

"description": "Create Alexa Skills for AWS Lambda, easily.",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && webpack -p",
"publish": "npm run build && npm publish ./dist"
"prepublish": "rm -rf ./dist && webpack -p"
},

@@ -13,0 +12,0 @@ "devDependencies": {

@@ -5,7 +5,3 @@ var Package = require("./package.json");

module.exports = {
entry: {
javascript: path.join(__dirname, "src", "index.js"),
package: path.join(__dirname, "package.json"),
license: path.join(__dirname, "LICENSE.md")
},
entry: path.join(__dirname, "src", "index.js"),
output: {

@@ -25,6 +21,2 @@ filename: "index.js",

}
},
{
test: /(LICENSE\.md|package\.json)$/,
loader: "file?name=[name].[ext]"
}

@@ -31,0 +23,0 @@ ]

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