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

getstream

Package Overview
Dependencies
Maintainers
7
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getstream - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

2

lib/getstream.js

@@ -59,3 +59,3 @@ "use strict";

*/
if (process && process.env && process.env.STREAM_URL && !apiKey) {
if (typeof process !== 'undefined' && process.env && process.env.STREAM_URL && !apiKey) {
var parts = /https:\/\/(\w+):(\w+)@([\w-]*).*\?app_id=(\d+)/.exec(process.env.STREAM_URL);

@@ -62,0 +62,0 @@ apiKey = parts[1];

@@ -14,3 +14,3 @@ {

"license": "BSD-3-Clause",
"version": "5.0.4",
"version": "5.0.5",
"scripts": {

@@ -17,0 +17,0 @@ "build": "babel src --out-dir lib",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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