Socket
Socket
Sign inDemoInstall

z-common-tools

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

z-common-tools - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

test/httptest.js

2

package.json
{
"name": "z-common-tools",
"version": "1.0.24",
"version": "1.0.25",
"description": "just tools",

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

@@ -32,4 +32,4 @@ /**

var _option = function (static, option_value) {
return option_value ? option_value : static;
var _option = function (defVal, option_value) {
return option_value ? option_value : defVal;
}

@@ -36,0 +36,0 @@

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