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

awstats-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awstats-cli - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

lib/init.js

@@ -9,5 +9,3 @@ const { existsSync } = require('fs')

module.exports = function (dirname) {
if (!dirname) dirname = ''
module.exports = function (dirname = '') {
// 获取初始化路径

@@ -58,5 +56,5 @@ const initPath = resolvePath(dirname)

SetVersion()
SetVersion(dirname)
logger.info('Clone success')
}
{
"name": "awstats-cli",
"version": "1.0.5",
"version": "1.0.6",
"description": "Command line interface for AWStats",

@@ -5,0 +5,0 @@ "main": "./bin/AWStats",

@@ -19,4 +19,4 @@ const { join } = require('path')

function SetVersion() {
const pkgPath = resolvePath('package.json')
function SetVersion(dirname) {
const pkgPath = resolvePath(dirname,'package.json')
const pkg = require(pkgPath)

@@ -23,0 +23,0 @@ const awstatsVersion = pkg.dependencies.awstats || ''

Sorry, the diff of this file is not supported yet

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