New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

baily-cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baily-cli - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

build/lib/fetch-methods.js

2

build/baily.js
#!/usr/bin/env node
'use strict';
var apiFactory = require('../lib/fetch-methods').apiFactory;
var apiFactory = require('./lib/fetch-methods').apiFactory;
var cli = require('cli');

@@ -6,0 +6,0 @@ var prompt = require('prompt');

{
"name": "baily-cli",
"version": "1.1.7",
"version": "1.1.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "baily.js",

#!/usr/bin/env node
const apiFactory = require('../lib/fetch-methods').apiFactory
const apiFactory = require('./lib/fetch-methods').apiFactory
const cli = require('cli')

@@ -4,0 +4,0 @@ const prompt = require('prompt')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc