alexa-skill-tools
Advanced tools
Comparing version 0.0.1 to 0.0.3
# 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) |
@@ -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: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
183466
18
162
0
4
4