New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@symbolic/lib

Package Overview
Dependencies
Maintainers
5
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbolic/lib - npm Package Compare versions

Comparing version 1.0.195 to 1.0.196

2

package.json
{
"name": "@symbolic/lib",
"version": "1.0.195",
"version": "1.0.196",
"description": "plain js utilities",

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

@@ -7,3 +7,2 @@ import ManyKeysMap from 'many-keys-map';

var memoizedFn = (...args) => {
console.log('memoizedFn');
var value;

@@ -13,3 +12,2 @@ var cacheKeyArray = _.flatMap(argSpecs, (argSpec, index) => argSpec.destructure ? Object.values(args[index]) : args[index]);

if (cache.has(cacheKeyArray)) {
console.log('cache hit');
value = cache.get(cacheKeyArray);

@@ -16,0 +14,0 @@ }

Sorry, the diff of this file is too big to display

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