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

@iapps/ngx-d2-table

Package Overview
Dependencies
Maintainers
15
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iapps/ngx-d2-table - npm Package Compare versions

Comparing version 1.0.0 to 1.1.8

2

package.json
{
"name": "@iapps/ngx-d2-table",
"version": "1.0.0",
"version": "1.1.8",
"type": "commonjs",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -12,3 +12,2 @@ import { __decorate, __metadata } from "tslib";

sortData(tablePayload, n, isLastItem) {
var _a;
if (tablePayload.columns.length === 1 && isLastItem) {

@@ -77,3 +76,3 @@ this.current_sorting = [];

/*If a switch has been marked, make the switch and mark that a switch has been done:*/
(_a = rows[i].parentNode) === null || _a === void 0 ? void 0 : _a.insertBefore(rows[i + 1], rows[i]);
rows[i].parentNode?.insertBefore(rows[i + 1], rows[i]);
switching = true;

@@ -80,0 +79,0 @@ // Each time a switch is done, increase this count by 1:

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