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

@lighthousejs/types

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lighthousejs/types - npm Package Compare versions

Comparing version

to
0.0.3

constants.d.ts

22

package.json
{
"name": "@lighthousejs/types",
"version": "0.0.2",
"version": "0.0.3",
"author": "ChaoLiangSuper <cliangsuper@gmail.com>",
"repository": "git@github.com:ChaoLiangSuper/LightHouse-JS.git",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc --project tsconfig.json"
},
"dependencies": {
"typescript": "^3.9.5"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0b2f94b480d5a457e58b79d59e2d1ce85e35f209"
}
"main": "index.js",
"types": "index.d.ts",
"gitHead": "dcf50cdf724fbb086cf556354731f45eedd90716"
}