Socket
Socket
Sign inDemoInstall

@simplysm/sd-core-common

Package Overview
Dependencies
Maintainers
0
Versions
605
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplysm/sd-core-common - npm Package Compare versions

Comparing version 12.1.17 to 12.1.18

6

dist/utils/ObjectUtil.js

@@ -14,2 +14,5 @@ import { DateTime } from "../types/DateTime";

}
if (source instanceof Buffer) {
return Buffer.from(source);
}
if (source instanceof Array) {

@@ -41,5 +44,2 @@ if (options?.onlyOneDepth) {

}
if (source instanceof Buffer) {
return Buffer.from(source.buffer);
}
if (typeof source === "object") {

@@ -46,0 +46,0 @@ if (options?.onlyOneDepth) {

{
"name": "@simplysm/sd-core-common",
"version": "12.1.17",
"version": "12.1.18",
"description": "심플리즘 패키지 - 코어 모듈 (common)",

@@ -5,0 +5,0 @@ "author": "김석래",

@@ -30,2 +30,5 @@ import {TFlatType, Type} from "../types/Type";

}
if (source instanceof Buffer) {
return Buffer.from(source);
}
if (source instanceof Array) {

@@ -57,5 +60,2 @@ if (options?.onlyOneDepth) {

}
if (source instanceof Buffer) {
return Buffer.from(source.buffer);
}
if (typeof source === "object") {

@@ -62,0 +62,0 @@ if (options?.onlyOneDepth) {

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