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

alexa-skill-tools

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-skill-tools - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

.npmignore

10

CHANGELOG.md
# Changelog
## 0.0.1
## 0.0.3 (2017-05-11)
* Distribute executable (@johnf)
## 0.0.2 (2017-05-11)
* Distribute executable (@johnf)
## 0.0.2 (2017-05-11)
* First release (@johnf)

2

package.json

@@ -51,3 +51,3 @@ {

},
"version": "0.0.1"
"version": "0.0.3"
}

@@ -6,3 +6,6 @@ import path from 'path';

devtool: 'source-map',
entry: './src/alexa-skills-toolkit.js',
entry: {
'alexa-skills-toolkit': './src/alexa-skills-toolkit.js',
'bin/alexa-skills-toolkit': './src/bin/alexa-skills-toolkit.js',
},
target: 'node',

@@ -9,0 +12,0 @@ output: {

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