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

@activepieces/shared

Package Overview
Dependencies
Maintainers
3
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/shared - npm Package Compare versions

Comparing version 0.3.50 to 0.3.51

src/lib/common/utils/utils.d.ts

3

package.json
{
"name": "@activepieces/shared",
"version": "0.3.50",
"version": "0.3.51",
"type": "commonjs",
"dependencies": {
"@sinclair/typebox": "0.26.8",
"lodash": "4.17.21",
"nanoid": "3.3.4",

@@ -9,0 +8,0 @@ "tslib": "2.5.3"

export * from './object-utils';
export * from './semVer';
export * from './utils';

@@ -6,2 +6,3 @@ "use strict";

tslib_1.__exportStar(require("./semVer"), exports);
tslib_1.__exportStar(require("./utils"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.spreadIfDefined = void 0;
const lodash_1 = require("lodash");
const utils_1 = require("./utils");
const spreadIfDefined = (key, value) => {
if ((0, lodash_1.isNil)(value)) {
if ((0, utils_1.isNil)(value)) {
return {};

@@ -8,0 +8,0 @@ }

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