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

@lighthouse/sdk

Package Overview
Dependencies
Maintainers
3
Versions
860
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lighthouse/sdk - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

2

build/modules/user-applications/index.js

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

v: state.set('applications', (0, _map2.default)(state.applications, function (userApplication) {
var matchesApplication = userApplication.application._id === applicationId;
var matchesApplication = (0, _get2.default)(userApplication, 'application._id', '') === applicationId;
if (!matchesApplication) return userApplication;

@@ -123,0 +123,0 @@

{
"name": "@lighthouse/sdk",
"version": "8.0.0",
"version": "8.0.1",
"description": "Lighthouse.io SDK for JavaScript applications",

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

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