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.15 to 12.1.16

1

dist/extensions/ArrayExtension.js

@@ -161,3 +161,2 @@ import { NeverEntryError } from "../errors/NeverEntryError";

};
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
const rootItems = this.filter((item1) => item1[parentKey] == null);

@@ -164,0 +163,0 @@ return fn(rootItems);

2

package.json
{
"name": "@simplysm/sd-core-common",
"version": "12.1.15",
"version": "12.1.16",
"description": "심플리즘 패키지 - 코어 모듈 (common)",

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

@@ -384,3 +384,2 @@ import {Type} from "../types/Type";

prototype.toTree = function <T, K extends keyof T, P extends keyof T>(this: T[], key: K, parentKey: P): ITreeArray<T>[] {

@@ -395,3 +394,2 @@ const fn = (items: T[]): ITreeArray<T>[] => {

// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
const rootItems = this.filter((item1) => item1[parentKey] == null);

@@ -398,0 +396,0 @@ return fn(rootItems);

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