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

deep-cache

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-cache - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

15

lib.compiled/SharedCache.js

@@ -92,3 +92,3 @@ /**

return requestIdentifier + '#' + SharedCache._payloadHash(request.payload);
return requestIdentifier + '#' + SharedCache._stringifyPayload(request.payload);
}

@@ -103,3 +103,3 @@

value: function buildKeyFromLambdaRuntime(runtime) {
return runtime.context && runtime.context.has('invokedFunctionArn') ? runtime.context.getOption('invokedFunctionArn') + '#' + SharedCache._payloadHash(runtime.request.data) : null;
return runtime.context && runtime.context.has('invokedFunctionArn') ? runtime.context.getOption('invokedFunctionArn') + '#' + SharedCache._stringifyPayload(runtime.request.data) : null;
}

@@ -109,3 +109,2 @@

* @param {Object} payload
* @returns {String}
* @private

@@ -157,12 +156,2 @@ */

}], [{
key: '_payloadHash',
value: function _payloadHash(payload) {
return SharedCache._hash(SharedCache._stringifyPayload(payload));
}
/**
* @param {Object} payload
* @private
*/
}, {
key: '_stringifyPayload',

@@ -169,0 +158,0 @@ value: function _stringifyPayload(payload) {

2

package.json
{
"name": "deep-cache",
"version": "1.5.6",
"version": "1.5.7",
"description": "DEEP Cache Library",

@@ -5,0 +5,0 @@ "keywords": [

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