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.12 to 1.0.13

ISSUE_TEMPLATE.zh-CN.md

6

network/cookies.js

@@ -85,2 +85,8 @@ /**

},
add: function (req, map) {
var cook = _exportCookies(req);
cook = cook.concat(map);
_importCookies(req, cook);
}
,
save: function (req, key) {

@@ -87,0 +93,0 @@ _init();

2

package.json
{
"name": "z-common-tools",
"version": "1.0.12",
"version": "1.0.13",
"description": "just tools",

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

Sorry, the diff of this file is not supported yet

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