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

ask-sdk-core

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-sdk-core - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

3

dist/util/AskSdkUtils.js

@@ -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

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