Comparing version
{ | ||
"name": "luraph", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Luraph API binding for Node.JS", | ||
"main": "dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.mjs" | ||
} | ||
}, | ||
"files": [ | ||
"dist/index.js" | ||
"dist" | ||
], | ||
"keywords": [ | ||
"luraph", | ||
"luraph", | ||
"obfuscator", | ||
"best", | ||
"obfuscator", | ||
"obfuscate", | ||
"obfuscation", | ||
"lua", | ||
"lua", | ||
"obfuscator" | ||
"luau", | ||
"luajit", | ||
"lua encrypt", | ||
"lua encryption", | ||
"lua obfuscate", | ||
"lua obfuscator", | ||
"lua obfuscation", | ||
"roblox", | ||
"synapse", | ||
"scriptware", | ||
"fivem", | ||
"gta", | ||
"growtopia", | ||
"assetto corsa", | ||
"lightroom", | ||
"gmod" | ||
], | ||
@@ -22,8 +45,9 @@ "author": "memcorrupt", | ||
"devDependencies": { | ||
"@tsconfig/node-lts": "^20.1.1", | ||
"@types/node": "^20.11.5", | ||
"typescript": "^5.3.3" | ||
"@types/node": "~20.11.13", | ||
"jiti": "^1.21.0", | ||
"typescript": "^5.3.3", | ||
"unbuild": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"undici": "^6.3.0" | ||
"undici": "^6.5.0" | ||
}, | ||
@@ -39,7 +63,7 @@ "repository": { | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "tsc && node test.js", | ||
"preinstall": "npx only-allow pnpm", | ||
"setup": "pnpm link . && tsc" | ||
"build": "npx unbuild --minify", | ||
"dev": "npx unbuild --stub", | ||
"test": "npx jiti test.ts", | ||
"preinstall": "npx only-allow pnpm" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # luraph-node | ||
[](https://www.npmjs.com/package/luraph) | ||
[](https://github.com/Luraph/luraph-node/actions) | ||
[](https://github.com/Luraph/luraph-node/actions/workflows/release.yml) | ||
[](LICENSE) | ||
@@ -358,2 +358,2 @@ | ||
- [Read the Luraph Documentation](https://lura.ph/dashboard/documents "Luraph Documentation") | ||
- [Read the Luraph FAQs](https://lura.ph/dashboard/faq) | ||
- [Read the Luraph FAQs](https://lura.ph/dashboard/faq "Luraph Frequently Asked Questions") |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
23306
30.98%8
100%4
33.33%63
-27.59%1
Infinity%1
Infinity%Updated