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

alexa-ability-context

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-ability-context - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

lib/trackContext.js

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

// get current context
var context = (0, _get2.default)(req, 'raw.session.sessionAttributes.' + key, []);
var context = (0, _get2.default)(req, 'raw.session.attributes.' + key, []);
req.context = context;

@@ -33,0 +33,0 @@

{
"name": "alexa-ability-context",
"version": "0.1.0",
"version": "0.2.0",
"description": "Simplify building multistep conversations with context-aware intent handling ",

@@ -41,2 +41,3 @@ "main": "lib/index.js",

"devDependencies": {
"alexa-ability": "^0.9.1",
"babel": "^6.3.26",

@@ -43,0 +44,0 @@ "babel-cli": "^6.4.5",

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