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

@engage_so/core

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@engage_so/core - npm Package Compare versions

Comparing version 2.0.10 to 2.1.1

3

dist/index.js

@@ -143,6 +143,5 @@ "use strict";

params.meta[k] = attributes[k];
Object.assign(params.meta, k, attributes[k]);
}
}
if (Object.keys(params.meta).length) {
if (!Object.keys(params.meta).length) {
delete params.meta;

@@ -149,0 +148,0 @@ }

{
"name": "@engage_so/core",
"version": "2.0.10",
"version": "2.1.1",
"description": "Engage JS core.",

@@ -29,3 +29,3 @@ "main": "./dist/index.js",

},
"gitHead": "707f8f2a8d6b697d26395f5d25885f75bee3e355"
"gitHead": "6900dcf5defb812e5182bca56762860c838f5266"
}

@@ -147,6 +147,5 @@ import { Buffer } from 'buffer'

params.meta[k] = attributes[k]
Object.assign(params.meta, k, attributes[k])
}
}
if (Object.keys(params.meta).length) {
if (!Object.keys(params.meta).length) {
delete params.meta

@@ -153,0 +152,0 @@ }

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