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.1.8
to
0.1.9
+1
-1
package.json
{
"name": "birdy-cli",
"version": "0.1.8",
"version": "0.1.9",
"description": "Birdy server command line tool",

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

@@ -39,3 +39,3 @@ 'use strict';

controllerPath = this._controllersDir + arg + 'Controller.js',
viewPath = this._controllersDir + arg.toLowerCase() + '.html'
viewPath = this._viewsDir + arg.toLowerCase() + '.html'

@@ -42,0 +42,0 @@ fs.readFile(controllerPath, 'utf8', function (err) {