Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
nxt-sortablejs
Advanced tools
This package provides Angular binding for Storablejs which works with standard arrays as well as Angular FormArray
objects.
npm install --save nxt-sortablejs sortablejs
import { SortablejsModule } from 'nxt-sortablejs'
@NgModule({
...
imports: [
...
SortablejsModule
]
})
If you want to cofigure global Sortablejs options, include SortablejsModule.forRoot in your application.
import { SortablejsModule } from 'nxt-sortablejs'
@NgModule({
...
imports: [
...
SortablejsModule.forRoot({
animation: 150
})
]
})
<ul [nxtSortablejs]="items">
<li *ngFor="let item of items">{{ item }}</li>
</ul>
16.0.0-alpha.0 (2023-03-20)
demo: sortable link (12da171)
gitignore (07c6fb7)
feat(nxt-pick-datetime)!: docs, use global LOCALE_ID (5ad4eb0)
feat(nxt-dropzone-wrapper)!: add correct typings, remove old types (e212b10)
fix(nxt-color-picker)!: rename addColorButton
=> presetColorsEditable
(97a6622)
demo: add service worker (19d0e15)
demo: demo page layout (b7cd95a)
import code snippets (1ab89d9)
nxt-color-picker: ensure normalized colors (f529445)
nxt-json-view: customize colors (1d6b2ff)
nxt-pick-datetime: date range selection format (99af361)
drop NXT_LOCALE, use global LOCALE_ID
remove exports for helper types, since they're now provided by dropzone.js
rename addColorButton
=> presetColorsEditable
to better reflect its purpose
FAQs
Angular sortablejs bindings.
The npm package nxt-sortablejs receives a total of 6,892 weekly downloads. As such, nxt-sortablejs popularity was classified as popular.
We found that nxt-sortablejs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.