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

birdy-cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

birdy-cli - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+2
-2
bin/birdy.js
#!/usr/bin/env node
var Engine = require('./src/Engine'),
var Engine = require('../src/Engine'),
updateNotifier = require('update-notifier'),

@@ -10,3 +10,3 @@ notifier,

notifier = updateNotifier({
packagePath: 'package'
packagePath: '../package'
});

@@ -13,0 +13,0 @@ if (notifier.update) notifier.notify();

{
"name": "birdy-cli",
"version": "0.0.5",
"version": "0.0.6",
"description": "Birdy server command line tool",

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