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

unlighthouse

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unlighthouse - npm Package Compare versions

Comparing version

to
0.1.6

14

dist/config.d.ts

@@ -1,2 +0,14 @@

import { UserConfig } from 'unlighthouse-utils';
import { UserConfig } from './types';
import 'http';
import 'https';
import 'lighthouse';
import 'ufo';
import 'hookable';
import 'puppeteer-cluster/dist/Cluster';
import 'puppeteer-cluster/dist/concurrency/ConcurrencyImplementation';
import 'puppeteer/lib/types.d.ts';
import 'listhen';
import 'h3';
import 'node:net';
import 'events';

@@ -3,0 +15,0 @@ /**

@@ -1,2 +0,14 @@

import { UnlighthouseContext, UserConfig, Provider } from 'unlighthouse-utils';
import { UnlighthouseContext, UserConfig, Provider } from './types';
import 'http';
import 'https';
import 'lighthouse';
import 'ufo';
import 'hookable';
import 'puppeteer-cluster/dist/Cluster';
import 'puppeteer-cluster/dist/concurrency/ConcurrencyImplementation';
import 'puppeteer/lib/types.d.ts';
import 'listhen';
import 'h3';
import 'node:net';
import 'events';

@@ -3,0 +15,0 @@ /**

@@ -1,2 +0,14 @@

import { UserConfig } from 'unlighthouse-utils';
import { UserConfig } from './types';
import 'http';
import 'https';
import 'lighthouse';
import 'ufo';
import 'hookable';
import 'puppeteer-cluster/dist/Cluster';
import 'puppeteer-cluster/dist/concurrency/ConcurrencyImplementation';
import 'puppeteer/lib/types.d.ts';
import 'listhen';
import 'h3';
import 'node:net';
import 'events';

@@ -3,0 +15,0 @@ declare type NextApp = {

import * as vite from 'vite';
import { UserConfig } from 'unlighthouse-utils';
import { UserConfig } from './types';
import 'http';
import 'https';
import 'lighthouse';
import 'ufo';
import 'hookable';
import 'puppeteer-cluster/dist/Cluster';
import 'puppeteer-cluster/dist/concurrency/ConcurrencyImplementation';
import 'puppeteer/lib/types.d.ts';
import 'listhen';
import 'h3';
import 'node:net';
import 'events';

@@ -4,0 +16,0 @@ /**

8

package.json
{
"name": "unlighthouse",
"version": "0.1.4",
"version": "0.1.6",
"description": "Delightfully navigate your sites performance, accessibility and SEO issues.",

@@ -118,3 +118,3 @@ "keywords": [

"mlly": "^0.3.15",
"nuxt-kit-extras": "0.1.4",
"nuxt-kit-extras": "0.1.6",
"object-hash": "^2.2.0",

@@ -131,4 +131,3 @@ "open": "^8.4.0",

"unctx": "^1.0.2",
"unlighthouse-client": "0.1.4",
"unlighthouse-utils": "0.1.4",
"unlighthouse-client": "0.1.6",
"unplugin": "^0.2.21",

@@ -140,2 +139,3 @@ "unrouted": "latest",

"devDependencies": {
"unlighthouse-utils": "0.1.6",
"@types/fs-extra": "^9.0.13",

@@ -142,0 +142,0 @@ "@types/jest": "^27.0.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet