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

@savks/not-need-lodash

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@savks/not-need-lodash - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

package.json
{
"name": "@savks/not-need-lodash",
"version": "1.2.5",
"version": "1.2.6",
"description": "Lodash functions analogs",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -8,7 +8,7 @@ // WARNING: This is not a drop in replacement solution and

if (i === pathArray.length - 1) {
delete acc[key];
delete acc?.[key];
}
return acc[key];
return acc?.[key];
}, obj);
};
//# sourceMappingURL=unset.js.map

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