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

cmd-extend

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmd-extend - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

index.js

@@ -1,2 +0,4 @@

module.exports = require('./lib/cmd-extend-config');
exports.Config = require('./lib/cmd-extend-config');
var config = require('./lib/cmd-extend-config');
config.getEtag = require('./lib/qetag');
module.exports = config;

@@ -104,3 +104,7 @@ var path = require('path');

'sshConfig': sshConfig,
'qiniuConfig': getConfig()['qn']['cosmeapp']
'qiniuConfig': getConfig()['qn']['cosmeapp'],
'urlCdns': 'http://public.cosmeapp.com/s',
'pathCdns': path.join(get('server', 'online', 'rootPublic'), 's'),
'pathLocalCdns': path.join(get('server', 'local', 'cndAssets'), 's'),
}

@@ -107,0 +111,0 @@

{
"name": "cmd-extend",
"version": "1.0.4",
"version": "1.0.5",
"description": "工作中的脚本配置和工具库",

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

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