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

lodash-omitdeep

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-omitdeep - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

dist/cjs/index.js

@@ -1,3 +0,3 @@

/* @license lodash-omitdeep v1.3.1 */
"use strict";var e=require("./omitDeep/omitDeep.js"),i=require("./omitDeepBy/omitDeepBy.js");require("@babel/runtime/helpers/slicedToArray"),require("lodash.isnil"),require("lodash.isplainobject"),require("lodash.omit"),require("lodash.omitby"),exports.omitDeep=e.omitDeep,exports.omitDeepBy=i.omitDeepBy;
/* @license lodash-omitdeep v1.3.2 */
"use strict";var r=require("lodash.isnil"),e=require("lodash.isplainobject"),t=require("lodash.omit"),i=require("lodash.omitby");function o(t){return!r(t)&&(e(t)||Array.isArray(t))}const n=(r,...i)=>function(r){if(!Array.isArray(r)&&!e(r))return r;if(Array.isArray(r))return r.map((r=>o(r)?n(r,...i):r));const s={};for(const[e,t]of Object.entries(r))s[e]=o(t)?n(t,...i):t;return t(s,...i)}(r),s=(r,t)=>function(r){if(!Array.isArray(r)&&!e(r))return r;if(Array.isArray(r))return r.map((r=>s(r,t)));const o={};for(const[e,i]of Object.entries(r))o[e]=s(i,t);return i(o,t)}(r);exports.omitDeep=n,exports.omitDeepBy=s;
//# sourceMappingURL=index.js.map

@@ -1,3 +0,3 @@

/* @license lodash-omitdeep v1.3.1 */
export{omitDeep}from"./omitDeep/omitDeep.js";export{omitDeepBy}from"./omitDeepBy/omitDeepBy.js";import"@babel/runtime/helpers/slicedToArray";import"lodash.isnil";import"lodash.isplainobject";import"lodash.omit";import"lodash.omitby";
/* @license lodash-omitdeep v1.3.2 */
export{omitDeep}from"./omitDeep/omitDeep.js";export{omitDeepBy}from"./omitDeepBy/omitDeepBy.js";
//# sourceMappingURL=index.js.map

@@ -1,3 +0,3 @@

/* @license lodash-omitdeep v1.3.1 */
import r from"@babel/runtime/helpers/slicedToArray";import o from"lodash.isnil";import a from"lodash.isplainobject";import t from"lodash.omit";function i(r){return!o(r)&&(a(r)||Array.isArray(r))}var n=function o(n){for(var e=arguments.length,l=new Array(e>1?e-1:0),p=1;p<e;p++)l[p-1]=arguments[p];return function(n){if(!Array.isArray(n)&&!a(n))return n;if(Array.isArray(n))return n.map((function(r){return i(r)?o.apply(void 0,[r].concat(l)):r}));for(var e={},p=0,c=Object.entries(n);p<c.length;p++){var f=r(c[p],2),s=f[0],u=f[1];e[s]=i(u)?o.apply(void 0,[u].concat(l)):u}return t.apply(void 0,[e].concat(l))}(n)};export{n as default,n as omitDeep};
/* @license lodash-omitdeep v1.3.2 */
import r from"lodash.isnil";import o from"lodash.isplainobject";import t from"lodash.omit";function i(t){return!r(t)&&(o(t)||Array.isArray(t))}const n=(r,...a)=>function(r){if(!Array.isArray(r)&&!o(r))return r;if(Array.isArray(r))return r.map((r=>i(r)?n(r,...a):r));const s={};for(const[o,t]of Object.entries(r))s[o]=i(t)?n(t,...a):t;return t(s,...a)}(r);export{n as default,n as omitDeep};
//# sourceMappingURL=omitDeep.js.map

@@ -1,3 +0,3 @@

/* @license lodash-omitdeep v1.3.1 */
import r from"@babel/runtime/helpers/slicedToArray";import t from"lodash.isplainobject";import e from"lodash.omitby";var i=function i(o,a){return function(o){if(!Array.isArray(o)&&!t(o))return o;if(Array.isArray(o))return o.map((function(r){return i(r,a)}));for(var n={},f=0,u=Object.entries(o);f<u.length;f++){var m=r(u[f],2),s=m[0],l=m[1];n[s]=i(l,a)}return e(n,a)}(o)};export{i as default,i as omitDeepBy};
/* @license lodash-omitdeep v1.3.2 */
import r from"lodash.isplainobject";import o from"lodash.omitby";const t=(i,a)=>function(i){if(!Array.isArray(i)&&!r(i))return i;if(Array.isArray(i))return i.map((r=>t(r,a)));const n={};for(const[r,o]of Object.entries(i))n[r]=t(o,a);return o(n,a)}(i);export{t as default,t as omitDeepBy};
//# sourceMappingURL=omitDeepBy.js.map
{
"name": "lodash-omitdeep",
"version": "1.3.1",
"version": "1.3.2",
"description": "lodash omitDeep/omitByDeep object key/value recursively",

@@ -77,3 +77,6 @@ "sideEffects": false,

"devDependencies": {
"@siberiacancode/builder": "^1.0.2",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@siberiacancode/eslint": "^1.0.2",

@@ -89,2 +92,4 @@ "@siberiacancode/jest": "^1.0.1",

"lint-staged": "^14.0.1",
"rollup": "^3.29.2",
"rollup-plugin-dts": "^6.0.2",
"shx": "^0.3.4",

@@ -91,0 +96,0 @@ "ts-jest": "^29.1.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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