New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details โ†’ โ†’
Socket
Book a DemoSign in
Socket

pathchie-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pathchie-cli - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+5
-2
index.js

@@ -12,7 +12,10 @@ #!/usr/bin/env node

import updateNotifier from "update-notifier";
import pkg from "./package.json" assert { type: "json" };
import { createRequire } from "module";
const require = createRequire(import.meta.url);
const pkg = require("./package.json");
dotenv.config();
// ๐Ÿ”” Check for updates
// ๐Ÿ”” Affiche une alerte si une version plus rรฉcente est disponible
updateNotifier({ pkg }).notify();

@@ -19,0 +22,0 @@

{
"name": "pathchie-cli",
"version": "0.1.2",
"version": "0.1.3",
"description": "Interactive CLI for Pathchie IA",

@@ -5,0 +5,0 @@ "bin": {