ask-sdk-core
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -15,3 +15,2 @@ /* | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var path = require("path"); | ||
/** | ||
@@ -35,3 +34,3 @@ * function creating an AskSdk error. | ||
function createAskSdkUserAgent(customUserAgent) { | ||
var packageInfo = require(path.normalize('../../package.json')); | ||
var packageInfo = require('../../package.json'); | ||
var customUserAgentString = customUserAgent ? (' ' + customUserAgent) : ''; | ||
@@ -38,0 +37,0 @@ return "ask-node/" + packageInfo.version + " Node/" + process.version + customUserAgentString; |
{ | ||
"name": "ask-sdk-core", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Core package for Alexa Skills Kit SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
169822
2709