🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

exemvc

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exemvc - npm Package Compare versions

Comparing version

to
1.1.3-0

6

index.js

@@ -13,6 +13,8 @@ #!/usr/bin/env node

if (require.main !== module) {
return;
if (import.meta.url !== `file://${process.argv[1]}`) {
process.exit(0);
}
if (!command) {

@@ -19,0 +21,0 @@ console.error("❌ Error: No command provided.");

{
"name": "exemvc",
"version": "1.1.2",
"version": "1.1.3-0",
"main": "index.js",

@@ -11,3 +11,4 @@ "type": "module",

"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node index.js"
"postinstall": "node index.js",
"publish:prerelease": "npm version prerelease && npm publish"
},

@@ -14,0 +15,0 @@ "keywords": [],