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

alexa-ability

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-ability - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

2

lib/Request.js

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

return isTag ? { type: "SSML", text: (0, _alexaSsml.renderToString)(content) } : { type: "PlainText", text: content };
return isTag ? { type: "SSML", ssml: (0, _alexaSsml.renderToString)(content) } : { type: "PlainText", text: content };
}
{
"name": "alexa-ability",
"version": "0.3.4",
"version": "0.3.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -17,3 +17,3 @@ {

"type": "SSML",
"text": "<speak>\n foo\n</speak>\n"
"ssml": "<speak>\n foo\n</speak>\n"
}

@@ -20,0 +20,0 @@ },

@@ -55,3 +55,3 @@ /** @jsx ssml */

type: "SSML",
text: "<speak></speak>\n"
ssml: "<speak></speak>\n"
});

@@ -90,3 +90,3 @@ });

type: "SSML",
text: "<speak></speak>\n"
ssml: "<speak></speak>\n"
});

@@ -93,0 +93,0 @@ });

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