New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alexa-cookie2

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-cookie2 - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

alexa-cookie.js

@@ -400,3 +400,3 @@ /**

this.getDeviceAppName = () => {
return _options.deviceAppName || defaultAppName;
return (_options && _options.deviceAppName) || defaultAppName;
};

@@ -403,0 +403,0 @@

{
"name": "alexa-cookie2",
"version": "4.1.1",
"version": "4.1.2",
"description": "Generate Cookie and CSRF for Alexa Remote",

@@ -5,0 +5,0 @@ "author": {

@@ -52,2 +52,5 @@ # alexa-cookie

## Changelog:
### 4.1.2 (2022-07-19)
* (Apollon77) Prevent crash case
### 4.1.1 (2022-07-18)

@@ -54,0 +57,0 @@ * (Apollon77/bbindreiter) Update used User-Agent for some requests

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