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
17
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 19.0.1 to 19.0.2

2

index.d.ts

@@ -6,1 +6,3 @@ /**

export * from './public-api';
import * as _default from './public-api';
export default _default;

6

lib/sortablejs.directive.d.ts

@@ -1,2 +0,2 @@

import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChange } from '@angular/core';
import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, Renderer2, SimpleChange } from '@angular/core';
import { type AbstractControl, type FormArray } from '@angular/forms';

@@ -8,3 +8,3 @@ import Sortable, { Options } from 'sortablejs';

export type CloneFunction<T> = (item: T) => T;
export declare class SortablejsDirective<T> implements OnInit, OnChanges, OnDestroy {
export declare class SortablejsDirective<T> implements OnChanges, OnDestroy, AfterViewInit {
private readonly globalConfig;

@@ -33,3 +33,3 @@ private readonly service;

/** @internal */
ngOnInit(): void;
ngAfterViewInit(): void;
/** @internal */

@@ -36,0 +36,0 @@ ngOnChanges(changes: {

@@ -5,3 +5,3 @@ {

"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "19.0.1",
"version": "19.0.2",
"license": "MIT",

@@ -8,0 +8,0 @@ "type": "module",

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