New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-sortablejs

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-sortablejs - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

4

dist/src/sortablejs-options.d.ts

@@ -23,2 +23,6 @@ export interface SortablejsOptions {

dataIdAttr?: string;
swapThreshold?: number;
invertSwap?: boolean;
invertedSwapThreshold?: number;
direction?: string;
forceFallback?: boolean;

@@ -25,0 +29,0 @@ fallbackClass?: string;

2

package.json
{
"name": "angular-sortablejs",
"version": "2.6.0",
"version": "2.7.0",
"description": "SortableJS for Angular",

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

@@ -178,3 +178,3 @@ # angular-sortablejs

myCloneImplementation(item) {
myCloneImplementation = (item) => {
return item; // this is what happens if sortablejsCloneFunction is not provided. Add your stuff here

@@ -181,0 +181,0 @@ }

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