New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ask-utils/core

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ask-utils/core - npm Package Compare versions

Comparing version
3.3.0
to
3.3.3
+1
-1
dist/index.js

@@ -145,3 +145,3 @@ 'use strict';

const data = yield handlerInput.attributesManager.getPersistentAttributes();
if (!data)
if (!data || Object.keys(data).length === 0)
return defaultAttributes;

@@ -148,0 +148,0 @@ return data;

{
"name": "@ask-utils/core",
"version": "3.3.0",
"version": "3.3.3",
"description": "Core helpers for ask-sdk",

@@ -70,3 +70,3 @@ "main": "dist/index.js",

},
"gitHead": "e43aaf0b9ecd433ea06a7cbfebdb723ff8c38d53"
"gitHead": "d8a556dd8f8fae115e921f489b41b59702de8f22"
}