Socket
Socket
Sign inDemoInstall

fbjs-scripts

Package Overview
Dependencies
266
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

4

jest/createCacheKeyFunction.js

@@ -34,8 +34,8 @@ /**

return function() {
return function(src, file, options, excludes) {
return crypto.createHash('md5')
.update(cacheKey)
.update(JSON.stringify(arguments))
.update(JSON.stringify([src, file, options, excludes]))
.digest('hex');
};
};
{
"name": "fbjs-scripts",
"version": "0.2.0",
"version": "0.2.1",
"description": "A bundle of helpful scripts used in projects consuming fbjs.",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc