Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@layerzerolabs/dependency-graph

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@layerzerolabs/dependency-graph - npm Package Compare versions

Comparing version
0.0.6
to
0.0.8
+10
-10
.turbo/turbo-build.log

@@ -13,15 +13,15 @@

ESM Build start
ESM dist/RL6YOPZH.js 472.00 B
ESM dist/dependencyNode.js 133.00 B
ESM dist/index.js 115.00 B
ESM dist/RL6YOPZH.js.map 1.47 KB
ESM dist/dependencyNode.js.map 78.00 B
ESM dist/index.js.map 69.00 B
ESM ⚡️ Build success in 112ms
CJS dist/index.cjs 267.00 B
CJS dist/dependencyNode.cjs 285.00 B
CJS dist/QHT3NC3M.cjs 503.00 B
CJS dist/index.cjs.map 70.00 B
CJS dist/index.cjs 267.00 B
CJS dist/dependencyNode.cjs.map 79.00 B
CJS dist/QHT3NC3M.cjs.map 1.48 KB
CJS ⚡️ Build success in 112ms
CJS dist/index.cjs.map 70.00 B
CJS ⚡️ Build success in 102ms
ESM dist/index.js 115.00 B
ESM dist/dependencyNode.js 133.00 B
ESM dist/RL6YOPZH.js 472.00 B
ESM dist/index.js.map 69.00 B
ESM dist/dependencyNode.js.map 78.00 B
ESM dist/RL6YOPZH.js.map 1.47 KB
ESM ⚡️ Build success in 102ms
{
"name": "@layerzerolabs/dependency-graph",
"version": "0.0.6",
"version": "0.0.8",
"private": false,
"license": "MIT",
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"tsup": "^8.4.0",
"@layerzerolabs/tsup-configuration": "0.0.8",
"@layerzerolabs/typescript-configuration": "0.0.8",
"@layerzerolabs/typescript-utils": "0.0.8"
},
"publishConfig": {

@@ -11,24 +26,9 @@ "access": "restricted",

},
"devDependencies": {
"tsup": "^8.4.0",
"@layerzerolabs/typescript-configuration": "0.0.6",
"@layerzerolabs/typescript-utils": "0.0.6",
"@layerzerolabs/tsup-configuration": "0.0.6"
},
"module": "./dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
},
"type": "module",
"private": false,
"scripts": {
"build": "tsup",
"clean": "rm -rf ./node_modules .turbo ./dist",
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix --max-warnings 0",
"dev": "tsup --watch"
"lint:fix": "eslint . --fix --max-warnings 0"
}
}