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

nxt-sortablejs

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nxt-sortablejs - npm Package Compare versions

Comparing version 18.0.0 to 19.0.0

2

lib/sortablejs.directive.d.ts

@@ -6,3 +6,3 @@ import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChange } from '@angular/core';

import * as i0 from "@angular/core";
export type SortableData<T> = T extends AbstractControl ? (FormArray<T> | T[]) : T[];
export type SortableData<T> = [T] extends [AbstractControl] ? (FormArray<T> | T[]) : T[];
export type CloneFunction<T> = (item: T) => T;

@@ -9,0 +9,0 @@ export declare class SortablejsDirective<T> implements OnInit, OnChanges, OnDestroy {

@@ -5,4 +5,5 @@ {

"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "18.0.0",
"version": "19.0.0",
"license": "MIT",
"type": "module",
"repository": "https://github.com/Liquid-JS/nxt-components.git",

@@ -20,8 +21,8 @@ "homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/sortablejs",

"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"sortablejs": ">=1.15.0"
},
"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},

@@ -36,4 +37,2 @@ "module": "fesm2022/nxt-sortablejs.mjs",

"types": "./index.d.ts",
"esm2022": "./esm2022/nxt-sortablejs.mjs",
"esm": "./esm2022/nxt-sortablejs.mjs",
"default": "./fesm2022/nxt-sortablejs.mjs"

@@ -40,0 +39,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