ask-sdk-core
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "ask-sdk-core", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Core package for Alexa Skills Kit SDK", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"default": "gulp" | ||
"gulp": "./node_modules/.bin/gulp" | ||
}, | ||
@@ -42,3 +42,3 @@ "author": "Amazon.com", | ||
"sinon": "^4.5.0", | ||
"ts-node": "^5.0.1", | ||
"ts-node": "^6.0.1", | ||
"tslint": "^5.9.1", | ||
@@ -45,0 +45,0 @@ "typedoc": "^0.11.1", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
2705
169460
2
3