Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lskjs/utils

Package Overview
Dependencies
Maintainers
11
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lskjs/utils - npm Package Compare versions

Comparing version 2.17.0 to 2.18.0

5

collectExpressReq.js

@@ -31,3 +31,6 @@ "use strict";

xhr: req.xhr,
cookies: req.cookies
cookies: req.cookies,
// TODO: подумать, а правильно ли?
locale: req.locale,
token: req.token
};

@@ -34,0 +37,0 @@ }; // pick(req, ['hostname', 'originalUrl', 'path', 'query', 'ip', 'cookies', 'protocol', 'xhr']);

1

collectWindowReq.js

@@ -12,2 +12,3 @@ "use strict";

/* global window */
var _default = function _default() {

@@ -14,0 +15,0 @@ if (typeof window === 'undefined') {

{
"name": "@lskjs/utils",
"version": "2.17.0",
"version": "2.18.0",
"description": "LSK.js – utils – helpers and functions",

@@ -41,3 +41,3 @@ "keywords": [],

},
"gitHead": "6ab33ea01d50812e4f6a5b77d15cfdad0be4971c"
"gitHead": "071d94476b09e23be7469f7018c45c2f91f23518"
}

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