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.4 to 1.2.5

5

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

@@ -8,2 +8,5 @@ "license": "MIT",

"sideEffects": false,
"repository": {
"url": "https://github.com/SavKS/not-need-lodash"
},
"scripts": {

@@ -10,0 +13,0 @@ "build": "tsc",

2

set.d.ts

@@ -1,2 +0,2 @@

declare const _default: (obj: any, path: string | string[], value: any) => void;
declare const _default: (obj: any, path: string | string[], value: any) => any;
export default _default;

@@ -21,3 +21,4 @@ // WARNING: This is not a drop in replacement solution and

}, obj);
return obj;
};
//# sourceMappingURL=set.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