Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

recover-source

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recover-source - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+7
-5
package.json
{
"name": "recover-source",
"version": "1.0.3",
"version": "1.0.4",
"description": "Unmask the secrets of your minified code with Recover-Source! This CLI breathes life back into your JS/TS source code from a directory of minified/uglified files, along with their source maps. Watch as your original files return in all their pre-compilation glory!",
"main": "index.js",
"bin": {
"recover-source": "node ./index.js"
"recover-source": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"scripts": {},
"keywords": [

@@ -20,2 +18,6 @@ "javascript",

],
"repository": {
"type": "git",
"url": "git+https://github.com/puntorigen/recover-source.git"
},
"author": "Pablo Schaffner",

@@ -22,0 +24,0 @@ "license": "ISC",